aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_sw_fence.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15drm/i915/fence: Separate timeout mechanism for awaiting on dma-fencesChris Wilson1-21/+40
2018-01-15drm/i915: Only defer freeing of fence callback when also using the timerChris Wilson1-3/+10
2017-12-13drm/i915: Mark up potential allocation paths within i915_sw_fence as might_sleepChris Wilson1-0/+3
2017-12-13drm/i915/fence: Use rcu to defer freeing of irq_workChris Wilson1-1/+2
2017-10-18drm/i915: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-12drm/i915/selftests: Wrap a timer into a i915_sw_fenceChris Wilson1-0/+10
2017-09-19drm/i915/fence: Avoid del_timer_sync() from inside a timerChris Wilson1-6/+21
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-45/+17
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-11/+10
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-7/+7
2017-05-17drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson1-1/+6
2017-05-17drm/i915: Remove kref from i915_sw_fenceChris Wilson1-44/+11
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-4/+4
2017-01-16drm/i915: Flush the change in debugobject before reallocationChris Wilson1-0/+1
2016-11-25drm/i915: Integrate i915_sw_fence with debugobjectsChris Wilson1-7/+133
2016-11-14drm/i915: Give each sw_fence its own lockclassChris Wilson1-2/+5
2016-10-28drm/i915: Allow i915_sw_fence_await_sw_fence() to allocateChris Wilson1-4/+36
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-20/+21
2016-09-09drm/i915: Add a sw fence for collecting up dma fencesChris Wilson1-0/+362