aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_active.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06drm/i915: Use i915_global_register()Chris Wilson1-10/+18
2019-02-28drm/i915: Make request allocation caches globalChris Wilson1-1/+6
2019-02-11drm/i915: Protect i915_active iterators from the shrinkerChris Wilson1-11/+25
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-21/+41
2019-02-05drm/i915: Allocate active tracking nodes from a slabcacheChris Wilson1-3/+28
2019-02-05drm/i915: Release the active tracker tree upon idlingChris Wilson1-10/+23
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson1-0/+228