aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18drm/i915: Skip shrinking already freed pagesChris Wilson1-0/+5
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-11/+6
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-4/+4
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio1-2/+2
2019-06-12drm/i915: kerneldoc warnings squelchedChris Wilson1-1/+1
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson1-17/+13
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson1-18/+20
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson1-22/+6
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson1-12/+10
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-0/+555