summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/sw_sync.c
Commit message (Expand)AuthorAgeFilesLines
* dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan2017-07-311-1/+11
* dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan2017-07-311-69/+69
* dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2017-06-291-6/+43
* dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson2017-06-291-29/+19Star
* dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson2017-06-291-8/+4Star
* dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2017-06-291-6/+9
* dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson2017-06-291-0/+5
* dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson2017-06-291-1/+1
* dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan2016-11-081-1/+1
* dma-buf/sw_sync: mark sync_timeline_create() staticBaoyou Xie2016-11-081-1/+1
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-24/+24
* dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan2016-08-151-0/+375