aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-fence.c
AgeCommit message (Expand)Author
2023-12-02dma-buf/sync_file: Add SET_DEADLINE ioctlRob Clark
2023-07-06dma-buf: fix an error pointer vs NULL bugDan Carpenter
2023-07-03dma-buf: keep the signaling time of merged fences v3Christian König
2023-03-25dma-buf/dma-fence: Add deadline awarenessRob Clark
2023-01-27dma-buf: actually set signaling bit for private stub fencesDanilo Krummrich
2022-09-19dma-buf: fix dma_fence_default_wait() signaling checkChristian König
2022-09-16dma-buf: dma_fence_wait must enable signalingArvind Yadav
2022-09-16dma-buf: set signaling bit for the stub fenceArvind Yadav
2022-09-16dma-buf: Remove the signaled bit status checkArvind Yadav
2021-11-11dma-buf: add dma_fence_describe and dma_resv_describe v2Christian König
2021-09-03dma-buf: clarify dma_fence_add_callback documentationChristian König
2021-04-08drm/syncobj: use newly allocated stub fencesDavid Stevens
2021-01-22dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran
2020-09-02dma-buf: fix kernel-doc warning in dma-fence.cRandy Dunlap
2020-07-23dma-fence: Make symbol 'dma_fence_lockdep_map' staticWei Yongjun
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter
2020-07-21dma-fence: basic lockdep annotationsDaniel Vetter
2020-05-20dma-fence: add might_sleep annotation to _wait()Daniel Vetter
2020-05-13dma-buf: Use atomic_fetch_add() for the context idChris Wilson
2019-10-04dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson
2019-08-17dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson
2019-08-17dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-09dma-fence: Signal all callbacks from dma_fence_release()Chris Wilson
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-13drm/i915: Seal races between async GPU cancellation, retirement and signalingChris Wilson
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König
2018-12-03dma-buf: add dma_fence_get_stubChristian König
2018-07-04dma-fence: Polish kernel-doc for dma-fence.cDaniel Vetter
2018-07-03dma-fence: Make ->wait callback optionalDaniel Vetter
2018-07-02dma-fence: Allow wait_any_timeout for all fencesDaniel Vetter
2018-07-02dma-fence: Make ->enable_signaling optionalDaniel Vetter
2018-01-29dma-fence: add comment for WARN_ON in dma_fence_release()Oded Gabbay
2017-10-16tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie
2017-07-26dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter
2017-07-17Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul
2017-07-14dma-buf/fence: Avoid use of uninitialised timestampChris Wilson
2017-04-27dma-buf: avoid scheduling on fence status query v2Andres Rodriguez
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-16dma-buf/dma-fence: improve doc for dma_fence_add_callback()Gustavo Padovan
2017-01-27dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson
2016-11-09dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher