aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_active.c
AgeCommit message (Expand)Author
2020-04-13drm/i915: Fix ref->mutex deadlock in i915_active_wait()Sultan Alsawaf
2019-08-19drm/i915: i915_active.retire() is optionalChris Wilson
2019-08-16drm/i915: Markup expected timeline locks for i915_activeChris Wilson
2019-08-14drm/i915: Serialise read/write of the barrier's engineChris Wilson
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson
2019-08-02drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson
2019-07-26drm/i915: Do not rely on for loop caching the maskTvrtko Ursulin
2019-07-26drm/i915: Capture vma contents outside of spinlockChris Wilson
2019-07-03drm/i915: Markup potential lock for i915_activeChris Wilson
2019-07-02drm/i915: Report if i915_active is still busy upon waitingChris Wilson
2019-06-21drm/i915: Provide an i915_active.acquire callbackChris Wilson
2019-06-21drm/i915: Track i915_active using debugobjectsChris Wilson
2019-06-18drm/i915: Keep engine alive as we retire the contextChris Wilson
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson
2019-03-06drm/i915: Use i915_global_register()Chris Wilson
2019-02-28drm/i915: Make request allocation caches globalChris Wilson
2019-02-11drm/i915: Protect i915_active iterators from the shrinkerChris Wilson
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson
2019-02-05drm/i915: Allocate active tracking nodes from a slabcacheChris Wilson
2019-02-05drm/i915: Release the active tracker tree upon idlingChris Wilson
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson