summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_dmabuf.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim1-0/+5
2012-12-20drm/i915: fix flags in dma buf exportingDave Airlie1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-53/+121
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-20drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson1-14/+30
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-33/+66
2012-09-20drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson1-2/+6
2012-09-20drm/i915: Introduce drm_i915_gem_object_opsChris Wilson1-2/+2
2012-08-21drm/i915: Track unbound pagesChris Wilson1-11/+9
2012-08-17drm/i915: implement dma buf begin_cpu_access (v2)Dave Airlie1-0/+17
2012-05-31i915: add dma-buf vmap support for exporting vmapped bufferDave Airlie1-0/+55
2012-05-31i915: add stub dma-buf mmap callback.Dave Airlie1-0/+6
2012-05-23drm/i915: make some dmabuf things staticDave Airlie1-4/+4
2012-05-23i915: add dmabuf/prime buffer sharing support.Daniel Vetter1-0/+171