summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_sw_fence.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson1-2/+11
2019-03-01drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson1-0/+3
2018-12-04drm/i915: change i915_sw_fence license to MITJonathan Gray1-3/+2
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-05-17drm/i915: Remove kref from i915_sw_fenceChris Wilson1-1/+0
2016-11-25drm/i915: Integrate i915_sw_fence with debugobjectsChris Wilson1-0/+6
2016-11-25drm/i915: Hold a reference on the request for its fence chainChris Wilson1-0/+5
2016-11-14drm/i915: Give each sw_fence its own lockclassChris Wilson1-1/+16
2016-10-28drm/i915: Allow i915_sw_fence_await_sw_fence() to allocateChris Wilson1-0/+8
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-4/+4
2016-09-09drm/i915: Add a sw fence for collecting up dma fencesChris Wilson1-0/+65