aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-fence.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-02dma-buf: fix kernel-doc warning in dma-fence.cRandy Dunlap1-0/+1
2020-07-23dma-fence: Make symbol 'dma_fence_lockdep_map' staticWei Yongjun1-1/+1
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter1-0/+46
2020-07-21dma-fence: basic lockdep annotationsDaniel Vetter1-0/+161
2020-05-20dma-fence: add might_sleep annotation to _wait()Daniel Vetter1-0/+2
2020-05-13dma-buf: Use atomic_fetch_add() for the context idChris Wilson1-1/+1
2019-10-04dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson1-43/+35
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson1-7/+9
2019-08-17dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson1-32/+12
2019-08-17dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson1-3/+6
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-9/+1
2019-06-09dma-fence: Signal all callbacks from dma_fence_release()Chris Wilson1-2/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-13drm/i915: Seal races between async GPU cancellation, retirement and signalingChris Wilson1-0/+1
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König1-1/+1
2018-12-03dma-buf: add dma_fence_get_stubChristian König1-1/+35
2018-07-04dma-fence: Polish kernel-doc for dma-fence.cDaniel Vetter1-44/+103
2018-07-03dma-fence: Make ->wait callback optionalDaniel Vetter1-3/+5
2018-07-02dma-fence: Allow wait_any_timeout for all fencesDaniel Vetter1-5/+0
2018-07-02dma-fence: Make ->enable_signaling optionalDaniel Vetter1-4/+5
2018-01-29dma-fence: add comment for WARN_ON in dma_fence_release()Oded Gabbay1-0/+1
2017-10-16tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)1-1/+0
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie1-11/+6
2017-07-26dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter1-2/+2
2017-07-17Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul1-0/+5
2017-07-14dma-buf/fence: Avoid use of uninitialised timestampChris Wilson1-11/+6
2017-04-27dma-buf: avoid scheduling on fence status query v2Andres Rodriguez1-0/+5
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-0/+1
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-16dma-buf/dma-fence: improve doc for dma_fence_add_callback()Gustavo Padovan1-0/+2
2017-01-27dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson1-0/+1
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson1-1/+1
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson1-0/+25
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson1-0/+1
2016-11-09dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher1-3/+0
2016-11-09dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher1-3/+5
2016-11-09dma-buf: return index of the first signaled fence (v2)monk.liu1-5/+16
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-0/+537