]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm...
authorDave Airlie <airlied@redhat.com>
Thu, 11 Sep 2014 09:58:32 +0000 (19:58 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 11 Sep 2014 09:58:32 +0000 (19:58 +1000)
commit3f2c98c624891a9337b59c3decea1970891794ad
tree845df643f57e29098fa63f5fd1a844d424a6362f
parentcb5be5f144a919e3a8df7c4c7510c09f945c57a4
parent9aefb485d90db4ce54376a503b534bc52908000a
Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next

A few more radeon patches for 3.18.  This patch set gives us more
flexibility with respect to buffer placement in vram with respect
to CPU access.  E.g., if you know you will not need CPU access, we can
now pin outside of the CPU window, reducing contention for the
CPU window space.

* 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux:
  drm/radeon: add RADEON_GEM_NO_CPU_ACCESS BO creation flag (v4)
  drm/radeon: Clean up assignment of TTM placement lpfn member for pinning
  drm/radeon: Add RADEON_GEM_CPU_ACCESS BO creation flag