summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c
AgeCommit message (Expand)Author
2020-02-26drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson
2019-12-11Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-11-07drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson
2019-09-11drm/i915: Make shrink/unshrink be atomicChris Wilson
2019-09-03drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson
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