aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/sync_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson1-4/+2
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter1-1/+0
2016-12-13dma-buf: Update kerneldoc for sync_file_createDaniel Vetter1-10/+4
2016-11-18Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"Gustavo Padovan1-2/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-30/+33
2016-10-21dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan1-1/+1
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan1-0/+1
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli1-4/+2
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson1-1/+2
2016-08-11dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan1-13/+8
2016-08-11dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan1-0/+23
2016-08-11dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan1-59/+115
2016-06-03dma-buf/sync_file: fix build warning with context format typeGustavo Padovan1-1/+1
2016-04-29dma-buf/sync_file: de-stage sync_fileGustavo Padovan1-0/+395