summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_dmabuf.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson1-0/+1
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson1-1/+1
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-11/+0
2018-02-16drm: move read_domains and write_domain into i915Christian König1-2/+2
2017-10-09drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld1-3/+3
2017-10-07drm/i915: introduce page_size membersMatthew Auld1-1/+4
2017-10-07drm/i915: push set_pages down to the callersMatthew Auld1-4/+11
2017-05-03drm/i915: Implement dma_buf_ops->kmapChris Wilson1-0/+24
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-0/+5
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-1/+1
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-1/+1
2017-02-13drm/i915: Add some mock tests for dmabuf interopChris Wilson1-0/+5
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin1-1/+1
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-50/+3
2016-10-28drm/i915/dmabuf: Acquire the backing storage outside of struct_mutexChris Wilson1-39/+30
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson1-12/+8
2016-10-28drm/i915: Refactor object page APIChris Wilson1-8/+6
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson1-1/+1
2016-08-12drm/i915: Support for creating write combined type vmapsChris Wilson1-1/+1
2016-08-04drm/i915: Export our request as a dma-buf fence on the reservation objectChris Wilson1-3/+55
2016-07-20drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson1-2/+1
2016-07-20drm/i915: Mark imported dma-buf objects as being coherentChris Wilson1-0/+10
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter1-10/+5
2016-04-11drm/i915: Refactor duplicate object vmap functionsChris Wilson1-44/+5
2016-04-11drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_bufChris Wilson1-3/+1
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-10/+5
2016-02-09drm/i915: Use CPU mapping for userspace dma-buf mmap()Tiago Vignatti1-1/+17
2016-02-09drm/i915: Implement end_cpu_accessTiago Vignatti1-0/+22
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-1/+1
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak1-2/+0
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-2/+8
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-1/+2
2014-05-16drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson1-0/+8
2014-04-09drm/i915: dma_buf_vunmap is presumed not to fail, don't let itChris Wilson1-5/+1
2013-11-29drm/i915: Pin pages whilst allocating for dma-buf vmap()Chris Wilson1-5/+8
2013-09-03drm/i915: Pin pages whilst mapping the dma-bufChris Wilson1-19/+22
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie1-8/+19
2013-08-22drm/i915: explicit store base gem object in dma_buf->privDaniel Vetter1-9/+12
2013-08-22drm/i915: unpin backing storage in dmabuf_unmapDaniel Vetter1-0/+8
2013-08-19drm: use common drm_gem_dmabuf_release in i915/exynos driversDaniel Vetter1-12/+1
2013-07-23drm/gem: simplify object initializationDavid Herrmann1-6/+1
2013-05-01drm/i915: fix dmabuf vmap supportDave Airlie1-1/+1
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak1-1/+4
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak1-1/+1
2013-03-23drm/i915: handle walking compact dma scatter listsImre Deak1-6/+7
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie1-3/+2
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