aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-96/+28
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-3/+3
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-70/+3
2019-09-11drm/i915: Make shrink/unshrink be atomicChris Wilson1-15/+21
2019-09-03drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson1-11/+4
2019-08-06drm/i915/gem: Make caps.scheduler staticChris Wilson1-14/+2
2019-08-02drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson1-0/+58
2019-07-03drm/i915/gem: Free pages before rcu-freeing the objectChris Wilson1-6/+12
2019-06-21drm/i915: Throw away the active object retirement complexityChris Wilson1-2/+3
2019-06-21drm/i915: Remove waiting & retiring from shrinker pathsChris Wilson1-10/+0
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