summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_active.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use i915_global_register()Chris Wilson2019-03-061-10/+18
* drm/i915: Make request allocation caches globalChris Wilson2019-02-281-1/+6
* drm/i915: Protect i915_active iterators from the shrinkerChris Wilson2019-02-111-11/+25
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-21/+41
* drm/i915: Allocate active tracking nodes from a slabcacheChris Wilson2019-02-051-3/+28
* drm/i915: Release the active tracker tree upon idlingChris Wilson2019-02-051-10/+23
* drm/i915: Generalise GPU activity trackingChris Wilson2019-02-051-0/+228