aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/reservation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26dma-buf: Update reservation shared_count after adding the new fenceChris Wilson1-7/+7
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-5/+8
2018-10-25dma-buf: remove shared fence staging in reservation objectChristian König1-120/+58
2018-07-16dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplaceMichel Dänzer1-3/+3
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom1-1/+1
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-9/+22
2018-01-23dma-buf: make returning the exclusive fence optionalChristian König1-9/+22
2018-01-23dma-buf: fix reservation_object_wait_timeout_rcu once more v2Christian König1-3/+5
2017-11-14dma-buf: try to replace a signaled fence in reservation_object_add_shared_inplaceChristian König1-3/+15
2017-11-14dma-buf: keep only not signaled fence in reservation_object_add_shared_replace v3Christian König1-17/+21
2017-11-09dma-buf: Use rcu_assign_pointer() to set rcu protected pointersVille Syrjälä1-1/+1
2017-10-09dma-buf: make reservation_object_copy_fences rcu saveChristian König1-14/+42
2017-08-14dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König1-18/+15
2017-08-14dma-buf: add reservation_object_copy_fences (v2)Christian König1-0/+60
2017-08-09dma-buf: dma_fence_put is NULL safeChristian König1-4/+2
2016-11-09reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König1-4/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-46/+48
2016-10-12dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson1-20/+10
2016-10-12dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson1-6/+5
2016-10-12dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson1-40/+31
2016-08-22reservation: fix small comment typoRob Clark1-1/+1
2016-05-31reservation: add headerdoc commentsRob Clark1-4/+68
2015-05-21dma-buf: Minor coding style fixesJagan Teki1-3/+6
2015-01-22reservation: Remove shadowing local variable 'ret'Michel Dänzer1-2/+0
2015-01-22reservation: wait only with non-zero timeout specified (v3)Jammy Zhou1-0/+3
2014-07-08reservation: add suppport for read-only access using rcuMaarten Lankhorst1-26/+310
2014-07-08reservation: update api and add some helpersMaarten Lankhorst1-1/+155
2014-07-08dma-buf: move to drivers/dma-bufMaarten Lankhorst1-0/+39