summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König2017-08-141-18/+15
* dma-buf: add reservation_object_copy_fences (v2)Christian König2017-08-141-0/+60
* dma-buf: dma_fence_put is NULL safeChristian König2017-08-091-4/+2
* 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/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson2017-07-291-2/+3
* Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie2017-07-273-13/+14
|\
| * Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul2017-07-174-27/+48
| |\
| * | dma-buf/fence: Avoid use of uninitialised timestampChris Wilson2017-07-143-13/+14
* | | dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter2017-07-261-2/+2
* | | dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2017-06-292-6/+48
* | | dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson2017-06-293-47/+31
* | | dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson2017-06-291-8/+4
* | | dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2017-06-292-14/+15
* | | 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/sync-file: Defer creation of sync_file->nameChris Wilson2017-05-242-8/+35
* | dma-buf: Use seq_putc() in two functionsMarkus Elfring2017-05-081-3/+3
* | dma-buf: Adjust a null pointer check in dma_buf_attach()Markus Elfring2017-05-081-1/+1
* | dma-buf: Improve a size determination in dma_buf_attach()Markus Elfring2017-05-081-1/+1
* | dma-buf: Combine two function calls into one in dma_buf_debug_show()Markus Elfring2017-05-081-3/+1
* | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into...Sean Paul2017-05-041-8/+8
|\ \ | |/
| * dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-8/+8
* | dma-buf: avoid scheduling on fence status query v2Andres Rodriguez2017-04-271-0/+5
* | sync_file: get rid of internal reference count.Dave Airlie2017-04-181-11/+2
|/
* dma-buf: align debugfs outputRussell King2017-04-031-1/+2
* dma-buf: fence debuggingRussell King2017-03-311-1/+33
* dma-fence: add dma_fence_match_context helperPhilipp Zabel2017-03-171-0/+26
* Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-142-0/+4
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
| * dma-buf: add support for compat ioctlMarek Szyprowski2017-02-271-0/+3
* | dma-buf/dma-fence: improve doc for dma_fence_add_callback()Gustavo Padovan2017-02-161-0/+2
|/
* dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson2017-01-271-0/+1
* dma-fence: Introduce drm_fence_set_error() helperChris Wilson2017-01-091-1/+1
* dma-fence: Wrap querying the fence->statusChris Wilson2017-01-093-13/+35
* dma-fence: Clear fence->status during dma_fence_init()Chris Wilson2017-01-091-0/+1
* dma-buf: Use recommended structure member referenceDaniel Vetter2016-12-301-3/+2
* dma-buf: use preferred struct reference in kernel-docDaniel Vetter2016-12-301-3/+3
* dma-buf: Final bits of doc polishDaniel Vetter2016-12-131-0/+22
* dma-buf: Update cpu access documentationDaniel Vetter2016-12-131-0/+122
* dma-buf: Reorganize device dma access docsDaniel Vetter2016-12-132-6/+59
* 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
* reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König2016-11-091-4/+1
* dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher2016-11-091-3/+0
* dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher2016-11-091-3/+5
* dma-buf: return index of the first signaled fence (v2)monk.liu2016-11-091-5/+16
* 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-2511-279/+288
OpenPOWER on IntegriCloud