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