aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-31dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan1-1/+11
2017-07-31dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan1-69/+69
2017-07-29dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson1-2/+3
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie3-13/+14
2017-07-26dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter1-2/+2
2017-07-17Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul4-27/+48
2017-07-14dma-buf/fence: Avoid use of uninitialised timestampChris Wilson3-13/+14
2017-06-29dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2-6/+48
2017-06-29dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson3-47/+31
2017-06-29dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson1-8/+4
2017-06-29dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2-14/+15
2017-06-29dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson1-0/+5
2017-06-29dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson1-1/+1
2017-05-24dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson2-8/+35
2017-05-08dma-buf: Use seq_putc() in two functionsMarkus Elfring1-3/+3
2017-05-08dma-buf: Adjust a null pointer check in dma_buf_attach()Markus Elfring1-1/+1
2017-05-08dma-buf: Improve a size determination in dma_buf_attach()Markus Elfring1-1/+1
2017-05-08dma-buf: Combine two function calls into one in dma_buf_debug_show()Markus Elfring1-3/+1
2017-05-04Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into drm-misc-nextSean Paul1-8/+8
2017-04-27dma-buf: avoid scheduling on fence status query v2Andres Rodriguez1-0/+5
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-8/+8
2017-04-18sync_file: get rid of internal reference count.Dave Airlie1-11/+2
2017-04-03dma-buf: align debugfs outputRussell King1-1/+2
2017-03-31dma-buf: fence debuggingRussell King1-1/+33
2017-03-17dma-fence: add dma_fence_match_context helperPhilipp Zabel1-0/+26
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2-0/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27dma-buf: add support for compat ioctlMarek Szyprowski1-0/+3
2017-02-16dma-buf/dma-fence: improve doc for dma_fence_add_callback()Gustavo Padovan1-0/+2
2017-01-27dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson1-0/+1
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson1-1/+1
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson3-13/+35
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson1-0/+1
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter1-3/+2
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter1-3/+3
2016-12-13dma-buf: Final bits of doc polishDaniel Vetter1-0/+22
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter1-0/+122
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter2-6/+59
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-11-09reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König1-4/+1
2016-11-09dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher1-3/+0
2016-11-09dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher1-3/+5
2016-11-09dma-buf: return index of the first signaled fence (v2)monk.liu1-5/+16
2016-11-08dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan1-1/+1
2016-11-08dma-buf/sw_sync: mark sync_timeline_create() staticBaoyou Xie1-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson11-279/+288
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter6-0/+741
2016-10-25dma-buf/fence: add an lockdep_assert_held()Rob Clark1-0/+2
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie2-67/+47