summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/sync_file.c
Commit message (Expand)AuthorAgeFilesLines
* dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson2017-07-311-2/+3
* Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul2017-07-171-18/+34
|\
| * dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson2017-05-241-7/+32
| * sync_file: get rid of internal reference count.Dave Airlie2017-04-181-11/+2
* | dma-buf/fence: Avoid use of uninitialised timestampChris Wilson2017-07-141-1/+7
|/
* dma-fence: Wrap querying the fence->statusChris Wilson2017-01-091-4/+2
* dma-buf: Reorganize device dma access docsDaniel Vetter2016-12-131-1/+0
* dma-buf: Update kerneldoc for sync_file_createDaniel Vetter2016-12-131-10/+4
* Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"Gustavo Padovan2016-11-181-2/+1
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-30/+33
* dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan2016-10-211-1/+1
* dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan2016-09-221-0/+1
* dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli2016-09-201-4/+2
* dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson2016-09-131-1/+2
* dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan2016-08-111-13/+8
* dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan2016-08-111-0/+23
* dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan2016-08-111-59/+115
* dma-buf/sync_file: fix build warning with context format typeGustavo Padovan2016-06-031-1/+1
* dma-buf/sync_file: de-stage sync_fileGustavo Padovan2016-04-291-0/+395
OpenPOWER on IntegriCloud