summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_timeline.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-09-061-4/+6
* drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-161-4/+3
* drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson2019-08-161-0/+4
* drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson2019-08-151-15/+12
* drm/i915/gt: Convert timeline tracking to spinlockChris Wilson2019-08-151-7/+5
* drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-151-62/+36
* drm/i915/gt: Always call kref_init for the timelineChris Wilson2019-06-261-2/+3
* drm/i915/gt: Drop stale commentary for timeline densityChris Wilson2019-06-261-10/+0
* drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-3/+13
* drm/i915: Remove waiting & retiring from shrinker pathsChris Wilson2019-06-211-3/+0
* drm/i915/gt: Rename i915_gt_timelinesChris Wilson2019-06-211-8/+8
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-0/+591