aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_sw_fence.c
Commit message (Expand)AuthorAge
* drm/i915: Include fence-hint for timeout warningChris Wilson2018-09-14
* drm/i915/fence: Separate timeout mechanism for awaiting on dma-fencesChris Wilson2018-01-15
* drm/i915: Only defer freeing of fence callback when also using the timerChris Wilson2018-01-15
* drm/i915: Mark up potential allocation paths within i915_sw_fence as might_sleepChris Wilson2017-12-13
* drm/i915/fence: Use rcu to defer freeing of irq_workChris Wilson2017-12-13
* drm/i915: Convert timers to use timer_setup()Kees Cook2017-10-18
* drm/i915/selftests: Wrap a timer into a i915_sw_fenceChris Wilson2017-10-12
* drm/i915/fence: Avoid del_timer_sync() from inside a timerChris Wilson2017-09-19
* Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-09
|\
| * drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson2017-05-17
| * drm/i915: Remove kref from i915_sw_fenceChris Wilson2017-05-17
* | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-20
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-01
* drm/i915: Flush the change in debugobject before reallocationChris Wilson2017-01-16
* drm/i915: Integrate i915_sw_fence with debugobjectsChris Wilson2016-11-25
* drm/i915: Give each sw_fence its own lockclassChris Wilson2016-11-14
* drm/i915: Allow i915_sw_fence_await_sw_fence() to allocateChris Wilson2016-10-28
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-25
* drm/i915: Add a sw fence for collecting up dma fencesChris Wilson2016-09-09