summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/sync_file.c
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-1/+1
2017-10-09sync_file: Return consistent status in SYNC_IOC_FILE_INFOJohn Einar Reitan-5/+12
2017-07-31dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson-2/+3
2017-07-17Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul-18/+34
2017-07-14dma-buf/fence: Avoid use of uninitialised timestampChris Wilson-1/+7
2017-05-24dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson-7/+32
2017-04-18sync_file: get rid of internal reference count.Dave Airlie-11/+2
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson-4/+2
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter-1/+0
2016-12-13dma-buf: Update kerneldoc for sync_file_createDaniel Vetter-10/+4
2016-11-18Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"Gustavo Padovan-2/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-30/+33
2016-10-21dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan-1/+1
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan-0/+1
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli-4/+2
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson-1/+2
2016-08-11dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan-13/+8
2016-08-11dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan-0/+23
2016-08-11dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan-59/+115
2016-06-03dma-buf/sync_file: fix build warning with context format typeGustavo Padovan-1/+1
2016-04-29dma-buf/sync_file: de-stage sync_fileGustavo Padovan-0/+395