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