summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_dmabuf.c
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-081-0/+5
* | drm/i915: fix flags in dma buf exportingDave Airlie2012-12-201-1/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-53/+121
|\
| * drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson2012-09-201-14/+30
| * drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-201-33/+66
| * drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson2012-09-201-2/+6
| * drm/i915: Introduce drm_i915_gem_object_opsChris Wilson2012-09-201-2/+2
| * drm/i915: Track unbound pagesChris Wilson2012-08-211-11/+9
| * drm/i915: implement dma buf begin_cpu_access (v2)Dave Airlie2012-08-171-0/+17
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* i915: add dma-buf vmap support for exporting vmapped bufferDave Airlie2012-05-311-0/+55
* i915: add stub dma-buf mmap callback.Dave Airlie2012-05-311-0/+6
* drm/i915: make some dmabuf things staticDave Airlie2012-05-231-4/+4
* i915: add dmabuf/prime buffer sharing support.Daniel Vetter2012-05-231-0/+171