aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_timeline.c
AgeCommit message (Expand)Author
2020-05-06drm/i915/gt: Check cacheline is valid before acquiringChris Wilson
2020-03-11drm/i915/gt: Close race between cacheline_retire and freeChris Wilson
2020-01-09drm/i915/gt: Drop a defunct timeline assertionChris Wilson
2019-12-17drm/i915/gt: Eliminate the trylock for reading a timeline's hwspChris Wilson
2019-12-13drm/i915: Use EAGAIN for trylock failuresChris Wilson
2019-11-27drm/i915: Serialise i915_active_fence_set() with itselfChris Wilson
2019-11-25drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson
2019-11-20drm/i915/gt: Declare timeline.lock to be irq-freeChris Wilson
2019-11-20drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson
2019-11-19drm/i915/gt: Move new timelines to the end of active_listChris Wilson
2019-11-01drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson
2019-10-04drm/i915: Push the i915_active.retire into a workerChris Wilson
2019-09-20drm/i915: Protect timeline->hwsp dereferencingChris Wilson
2019-09-20drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson
2019-08-23drm/i915: Hold irq-off for the entire fake lock periodChris Wilson
2019-08-16drm/i915: Markup expected timeline locks for i915_activeChris Wilson
2019-08-16drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson
2019-08-15drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson
2019-08-15drm/i915/gt: Convert timeline tracking to spinlockChris Wilson
2019-08-15drm/i915/gt: Track timeline activeness in enter/exitChris Wilson
2019-06-26drm/i915/gt: Always call kref_init for the timelineChris Wilson
2019-06-26drm/i915/gt: Drop stale commentary for timeline densityChris Wilson
2019-06-21drm/i915: Provide an i915_active.acquire callbackChris Wilson
2019-06-21drm/i915: Remove waiting & retiring from shrinker pathsChris Wilson
2019-06-21drm/i915/gt: Rename i915_gt_timelinesChris Wilson
2019-06-21drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin