summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_dmabuf.c
AgeCommit message (Expand)Author
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-02-16drm: move read_domains and write_domain into i915Christian König
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld
2017-10-07drm/i915: introduce page_size membersMatthew Auld
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld
2017-05-03drm/i915: Implement dma_buf_ops->kmapChris Wilson
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2017-02-13drm/i915: Add some mock tests for dmabuf interopChris Wilson
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson
2016-10-28drm/i915/dmabuf: Acquire the backing storage outside of struct_mutexChris Wilson
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson
2016-08-12drm/i915: Support for creating write combined type vmapsChris Wilson
2016-08-04drm/i915: Export our request as a dma-buf fence on the reservation objectChris Wilson
2016-07-20drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson
2016-07-20drm/i915: Mark imported dma-buf objects as being coherentChris Wilson
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter
2016-04-11drm/i915: Refactor duplicate object vmap functionsChris Wilson
2016-04-11drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_bufChris Wilson
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson
2016-02-09drm/i915: Use CPU mapping for userspace dma-buf mmap()Tiago Vignatti
2016-02-09drm/i915: Implement end_cpu_accessTiago Vignatti
2016-02-09dma-buf: Remove range-based flushTiago Vignatti
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-05-16drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson
2014-04-09drm/i915: dma_buf_vunmap is presumed not to fail, don't let itChris Wilson
2013-11-29drm/i915: Pin pages whilst allocating for dma-buf vmap()Chris Wilson
2013-09-03drm/i915: Pin pages whilst mapping the dma-bufChris Wilson
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-08-22drm/i915: explicit store base gem object in dma_buf->privDaniel Vetter
2013-08-22drm/i915: unpin backing storage in dmabuf_unmapDaniel Vetter
2013-08-19drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter
2013-07-23drm/gem: simplify object initializationDavid Herrmann
2013-05-01drm/i915: fix dmabuf vmap supportDave Airlie
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak
2013-03-23drm/i915: handle walking compact dma scatter listsImre Deak
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim
2012-12-20drm/i915: fix flags in dma buf exportingDave Airlie
2012-11-30drm/i915: Use a slab for object allocationChris Wilson
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells