aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25dma-buf/dma-resv: check if the new fence is really laterChristian König1-1/+2
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-149/+430
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2022-07-16dma-buf: remove useless FMODE_LSEEK flagJason A. Donenfeld1-1/+0
2022-07-14dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"Christian König1-1/+2
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-1/+4
2022-07-12Merge tag 'drm-misc-fixes-2022-07-07-1' of ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixesDave Airlie1-1/+1
2022-07-07dma-buf: Fix one use-after-free of fencexinhui pan1-1/+1
2022-06-23dma-buf: deprecate DMABUF_SYSFS_STATSChristian König1-1/+5
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+12
2022-06-20udmabuf: add back sanity checkGerd Hoffmann1-1/+4
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter6-147/+301
2022-06-09udmabuf: Set the DMA mask for the udmabuf device (v2)Vivek Kasireddy1-1/+17
2022-06-08dma-buf: Add an API for importing sync files (v10)Jason Ekstrand1-0/+39
2022-06-08dma-buf: Add an API for exporting sync files (v14)Jason Ekstrand1-0/+67
2022-05-30dma-buf: generalize dma_fence unwrap & merging v3Christian König3-113/+218
2022-05-30dma-buf: cleanup dma_fence_unwrap implementationChristian König2-1/+60
2022-05-30dma-buf: cleanup dma_fence_unwrap selftest v2Christian König1-29/+19
2022-05-30dma-buf: cleanup dma_fence_chain_walkChristian König1-2/+2
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-329/+334
2022-05-13dma-buf: ensure unique directory name for dmabuf statsCharan Teja Kalla1-0/+8
2022-05-10dma-buf: call dma_buf_stats_setup after dmabuf is in valid listCharan Teja Reddy1-4/+4
2022-05-10dma-buf: add the name field to the table headerYuanzheng Song1-2/+2
2022-05-04dma-buf/sync_file: cleanup fence merging a bitChristian König1-14/+7
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil5-68/+368
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-55/+153
2022-04-07dma-buf: drop seq count based updateChristian König2-22/+13
2022-04-07dma-buf: wait for map to complete for static attachmentsChristian König1-3/+15
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König2-3/+3
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König2-2/+2
2022-04-07dma-buf & drm/amdgpu: remove dma_resv workaroundChristian König1-212/+141
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2-85/+64
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König3-43/+46
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2-39/+35
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard4-21/+23
2022-04-05dma-buf: finally make dma_resv_excl_fence private v2Christian König1-0/+6
2022-04-03dma-buf: add dma_resv_get_singleton v2Christian König1-0/+54
2022-04-03drivers/dma-buf: dma-buf.c: fix a typoSui Jingfeng1-1/+1
2022-04-01dma-buf: drop the DAG approach for the dma_resv object v3Christian König1-15/+1
2022-03-29dma-buf: handle empty dma_fence_arrays gracefullyChristian König1-0/+5
2022-03-29dma-buf/sync-file: fix logic error in new fence merge codeChristian König1-1/+1
2022-03-25dma-buf/sync-file: fix warning about fence containersChristian König1-68/+73
2022-03-25dma-buf: add dma_fence_unwrap v2Christian König3-0/+263
2022-03-25dma-buf: Add dma_fence_array_for_each (v2)Christian König1-0/+27
2022-03-24dma-buf: finally make the dma_resv_list private v2Christian König1-0/+11
2022-03-24dma-buf: add dma_resv_replace_fences v2Christian König1-0/+45
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-18/+45
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-0/+2
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie3-21/+21
2022-02-08dma-buf: add dma_fence_chain_contained helperChristian König1-4/+2