summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-281-96/+28
|\
| * drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-70/+3
| * drm/i915: Make shrink/unshrink be atomicChris Wilson2019-09-111-15/+21
| * drm/i915: Replace obj->pin_global with obj->frontbufferChris Wilson2019-09-031-11/+4
* | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-3/+3
|/
* drm/i915/gem: Make caps.scheduler staticChris Wilson2019-08-061-14/+2
* drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson2019-08-031-0/+58
* drm/i915/gem: Free pages before rcu-freeing the objectChris Wilson2019-07-031-6/+12
* drm/i915: Throw away the active object retirement complexityChris Wilson2019-06-211-2/+3
* drm/i915: Remove waiting & retiring from shrinker pathsChris Wilson2019-06-211-10/+0
* drm/i915: Skip shrinking already freed pagesChris Wilson2019-06-181-0/+5
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-11/+6
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-4/+4
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-2/+2
* drm/i915: kerneldoc warnings squelchedChris Wilson2019-06-121-1/+1
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-17/+13
* drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson2019-06-101-18/+20
* drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson2019-05-311-22/+6
* drm/i915: Track the purgeable objects on a separate eviction listChris Wilson2019-05-311-12/+10
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+555