summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c
AgeCommit message (Expand)Author
2019-08-06drm/i915/gem: Make caps.scheduler staticChris Wilson
2019-08-02drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson
2019-07-03drm/i915/gem: Free pages before rcu-freeing the objectChris Wilson
2019-06-21drm/i915: Throw away the active object retirement complexityChris Wilson
2019-06-21drm/i915: Remove waiting & retiring from shrinker pathsChris Wilson
2019-06-18drm/i915: Skip shrinking already freed pagesChris Wilson
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio
2019-06-12drm/i915: kerneldoc warnings squelchedChris Wilson
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson