aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_timeline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09drm/i915/gt: Drop a defunct timeline assertionChris Wilson1-1/+0
2019-12-17drm/i915/gt: Eliminate the trylock for reading a timeline's hwspChris Wilson1-40/+24
2019-12-13drm/i915: Use EAGAIN for trylock failuresChris Wilson1-1/+1
2019-11-27drm/i915: Serialise i915_active_fence_set() with itselfChris Wilson1-1/+1
2019-11-25drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson1-0/+1
2019-11-20drm/i915/gt: Declare timeline.lock to be irq-freeChris Wilson1-6/+4
2019-11-20drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson1-7/+27
2019-11-19drm/i915/gt: Move new timelines to the end of active_listChris Wilson1-1/+1
2019-11-01drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson1-12/+2
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson1-3/+3
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-4/+3
2019-10-04drm/i915: Push the i915_active.retire into a workerChris Wilson1-0/+1
2019-09-20drm/i915: Protect timeline->hwsp dereferencingChris Wilson1-7/+25
2019-09-20drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson1-3/+3
2019-08-23drm/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