summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-121-0/+1
* drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst2021-04-291-4/+9
* drm/i915: Fix docbook descriptions for i915_gem_shrinkerMaarten Lankhorst2021-04-231-0/+1
* drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst2021-03-241-10/+27
* drm/i915: Flatten obj->mm.lockMaarten Lankhorst2021-03-241-5/+5
* drm/i915/gem: Optimistically prune dma-resv from the shrinker.Chris Wilson2020-12-231-0/+3
* drm/i915/gem: Unpin idle contexts from kswapd reclaimChris Wilson2020-07-081-9/+16
* drm/i915/gem: Drop forced struct_mutex from shrinker_taints_mutexChris Wilson2020-07-031-11/+0
* drm/i915/gem: Drop cached obj->bind_countChris Wilson2020-04-021-16/+2
* drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-1/+0
* drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson2020-02-221-3/+1
* drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya2020-01-221-5/+8
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-12-111-2/+2
|\
| * Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-281-96/+28
| |\
| * | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-3/+3
* | | drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter2019-11-071-3/+2
| |/ |/|
* | 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
|/
* 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