summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_shrinker.c
AgeCommit message (Expand)Author
2022-05-10drm/i915/gem: Make drop_pages() return boolLucas De Marchi
2022-01-10drm/i915: clean up shrinker_release_pagesMatthew Auld
2022-01-10drm/i915: remove writeback hookMatthew Auld
2022-01-05drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski
2021-12-21drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst
2021-12-21drm/i915: Trylock the object when shrinkingMaarten Lankhorst
2021-12-20drm/i915: Change shrink ordering to use locking around unbinding.Maarten Lankhorst
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski
2021-11-25drm/i915: Remove dma_resv_pruneMaarten Lankhorst
2021-11-25drm/i915/ttm: Correctly handle waiting for gpu when shrinkingThomas Hellström
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld
2021-09-29drm/i915: Fix runtime pm handling in i915_gem_shrinkMaarten Lankhorst
2021-07-12drm/i915: Fix fall-through warning for ClangGustavo A. R. Silva
2021-04-29drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst
2021-04-23drm/i915: Fix docbook descriptions for i915_gem_shrinkerMaarten Lankhorst
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst
2021-03-24drm/i915: Flatten obj->mm.lockMaarten Lankhorst
2020-12-23drm/i915/gem: Optimistically prune dma-resv from the shrinker.Chris Wilson
2020-07-08drm/i915/gem: Unpin idle contexts from kswapd reclaimChris Wilson
2020-07-02drm/i915/gem: Drop forced struct_mutex from shrinker_taints_mutexChris Wilson
2020-04-02drm/i915/gem: Drop cached obj->bind_countChris Wilson
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula
2020-02-22drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson
2020-01-22drm/i915/gem: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya
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