aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_shrinker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-1/+1
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-2/+2
2018-01-18drm/i915: Only attempt to scan the requested number of shrinker slabsChris Wilson1-2/+2
2017-11-27drm/i915: Update shrinker drm_i915_private naming conventionChris Wilson1-67/+67
2017-11-27drm/i915: Rename shrinker init/cleanup to match driver initialisation phaseChris Wilson1-4/+4
2017-11-08drm/i915: Idle the GPU before shinking everythingChris Wilson1-0/+12
2017-10-16drm/i915: Set our shrinker->batch to 4096 (~16MiB)Chris Wilson1-7/+27
2017-10-16drm/i915: Wire up shrinkctl->nr_scannedChris Wilson1-1/+1
2017-10-16drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson1-38/+26
2017-10-16drm/i915: Remove walk over obj->vma_list for the shrinkerChris Wilson1-20/+7
2017-10-16drm/i915: Refactor testing obj->mm.pagesChris Wilson1-5/+5
2017-09-06drm/i915: wire up shrinkctl->nr_scannedChris Wilson1-6/+18
2017-08-07drm/i915/shrinker: Wrap need_resched() inside preempt-disableChris Wilson1-3/+8
2017-06-14drm/i915: Spin for struct_mutex inside shrinkerChris Wilson1-7/+12
2017-06-02drm/i915: Allow kswapd to pause the device whilst reapingChris Wilson1-0/+9
2017-05-25drm/i915: Only GGTT vma may be pinned and prevent shrinkingChris Wilson1-1/+9
2017-05-11drm/i915: Do not sync RCU during shrinkingJoonas Lahtinen1-5/+0
2017-04-07drm/i915: Simplify shrinker lockingJoonas Lahtinen1-37/+19
2017-04-07drm/i915: Don't call synchronize_rcu_expedited under struct_mutexJoonas Lahtinen1-10/+16
2017-03-14drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)Chris Wilson1-1/+1
2017-03-01drm/i915: Prevent concurrent tiling/framebuffer modificationsChris Wilson1-1/+1
2017-02-16drm/i915: Remove struct_mutex for destroying framebuffersChris Wilson1-1/+1
2017-02-08drm/i915: i915_gem_shrink_all() needs an awake deviceChris Wilson1-2/+3
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-41/+72
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra1-3/+12
2016-11-03locking/drm: Fix i915_gem_shrinker_lock() lockingIngo Molnar1-1/+2
2016-11-02drm/i915: Unify global_list into global_linkJoonas Lahtinen1-8/+8
2016-11-01drm/i915: Allow shrinking of userptr objects once againTvrtko Ursulin1-2/+2
2016-11-01drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson1-2/+2
2016-11-01drm/i915: Move the recently scanned objects to the tail after shrinkingChris Wilson1-1/+1
2016-11-01drm/i915: Discard objects from mm global_list after being shrunkChris Wilson1-0/+1
2016-10-31drm/i915: Mark up obj->mm.lock for shrinkerChris Wilson1-1/+3
2016-10-28drm/i915: Move object release to a freelist + workerChris Wilson1-4/+10
2016-10-28drm/i915: Move object backing storage manipulation to its own lockingChris Wilson1-17/+34
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson1-3/+8
2016-10-28drm/i915: Refactor object page APIChris Wilson1-5/+5
2016-10-25locking/drm: Kill mutex trickeryPeter Zijlstra1-19/+1
2016-10-12drm/i915: Treat a framebuffer reference as an active reference whilst shrinkingChris Wilson1-2/+3
2016-09-09drm/i915: Mark up all locked waitersChris Wilson1-1/+1
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson1-2/+2
2016-08-05drm/i915: Remove unused no-shrinker-stealChris Wilson1-3/+0
2016-08-05drm/i915/shrinker: Wait before acquiring struct_mutex under oomChris Wilson1-4/+9
2016-08-05drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson1-1/+1
2016-08-04drm/i915: Enable lockless lookup of request tracking via RCUChris Wilson1-4/+11
2016-08-04drm/i915: Move obj->active:5 to obj->flagsChris Wilson1-2/+3
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson1-1/+1
2016-08-04drm/i915: Be more careful when unbinding vmaChris Wilson1-7/+1
2016-08-04drm/i915: Count how many VMA are bound for an objectChris Wilson1-9/+8
2016-07-26drm/i915: Prefer list_first_entry_or_nullChris Wilson1-4/+5
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson1-1/+1