aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-fence.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson1-5/+19
2019-08-17dma-fence: Shrink size of struct dma_fenceChris Wilson1-3/+3
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-2/+2
2019-08-10dma-buf: make dma_fence structure a bit smaller v2Christian König1-2/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-16dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König1-6/+15
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König1-7/+15
2018-12-03dma-buf: add dma_fence_get_stubChristian König1-0/+1
2018-07-03dma-fence: Make ->wait callback optionalDaniel Vetter1-5/+8
2018-07-02dma-fence: Make ->enable_signaling optionalDaniel Vetter1-1/+2
2018-07-02dma-fence: remove fill_driver_data callbackDaniel Vetter1-13/+3
2018-05-03Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1bb16f73b3a01d"Daniel Vetter1-13/+19
2018-05-03dma-fence: Make ->wait callback optionalDaniel Vetter1-5/+8
2018-05-03dma-fence: Make ->enable_signaling optionalDaniel Vetter1-1/+2
2018-05-03dma-fence: remove fill_driver_data callbackDaniel Vetter1-13/+3
2018-05-02dma-fence: Some kerneldoc polish for dma-fence.hDaniel Vetter1-81/+155
2017-11-09dma-buf/fence: Sparse wants __rcu on the object itselfChris Wilson1-1/+1
2017-10-18dma-fence: remove duplicate word in commentFrank Binns1-1/+1
2017-10-09dma-fence: fix dma_fence_get_rcu_safe v2Christian König1-1/+4
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie1-0/+2
2017-07-26dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter1-2/+2
2017-07-14dma-buf/fence: Avoid use of uninitialised timestampChris Wilson1-0/+2
2017-06-29dma-buf/dma-fence: Extract __dma_fence_is_later()Chris Wilson1-1/+14
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-2/+2
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson1-5/+25
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson1-0/+24
2016-11-15doc/dma-buf: Fix up include directivesDaniel Vetter1-1/+1
2016-11-09dma-buf: return index of the first signaled fence (v2)monk.liu1-1/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-0/+437