summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_shrinker.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Treat a framebuffer reference as an active reference whilst shrinkingChris Wilson2016-10-121-2/+3
* 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
* drm/i915: Prefer list_first_entry_or_nullChris Wilson2016-07-261-4/+5
* drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson2016-07-201-1/+1
* drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson2016-07-201-1/+1
* drm/i915: Update ifdeffery for mutex->ownerChris Wilson2016-07-121-1/+1
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-4/+4
* drm/i915/shrinker: Flush active on objects before countingChris Wilson2016-07-011-0/+2
* drm/i915: Split idling from forcing context switchChris Wilson2016-06-241-1/+1
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-2/+2
* drm/i915: Add rpm get/put in oom and vmap notifierPraveen Paneri2016-05-021-0/+4
* drm/i915: Unbind objects in shrinker only if device is runtime activePraveen Paneri2016-05-021-0/+12
* drm/i915: Move ioremap_wc tracking onto VMAChris Wilson2016-04-281-6/+22
* drm/i915/shrinker: Only shmemfs objects are backed by swapChris Wilson2016-04-201-6/+4Star
* drm/i915/shrinker: Report "unevictable" pagesChris Wilson2016-04-201-11/+12
* drm/i915/shrinker: Only report objects with extra pinned pages as pinnedChris Wilson2016-04-201-1/+1
* drm/i915/shrinker: Restrict vmap purge to objects with vmapsChris Wilson2016-04-111-1/+9
* drm/i915/shrinker: Refactor common uninterruptible lockingChris Wilson2016-04-051-37/+42
* drm/i915/shrinker: Hook up vmap allocation failure notifierChris Wilson2016-04-051-0/+39
* drm/i915/shrinker: Account for unshrinkable unbound pagesChris Wilson2016-04-051-1/+1
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-2/+2
* drm/i915: Sanitize GEM shrinker init and clean-upImre Deak2016-01-271-2/+14
* drm/i915: Disable shrinker for non-swapped backed objectsChris Wilson2016-01-051-16/+44
* drm/i915: Avoid GPU stalls from kswapdChris Wilson2015-10-071-2/+7
* drm/i915: During shrink_all we only need to idle the GPUChris Wilson2015-10-071-1/+3
* drm/i915: Add a tracepoint for the shrinkerChris Wilson2015-10-071-0/+2
* drm/i915: shrinker_control->nr_to_scan is now unsigned longChris Wilson2015-10-071-2/+2
* drm/i915: Fix kerneldoc for i915_gem_shrink_allDaniel Vetter2015-10-071-1/+1
* drm/i915: Simplify object is-pinned checking for shrinkerChris Wilson2015-04-101-3/+5
* drm/i915: kerneldoc for i915_gem_shrinker.cDaniel Vetter2015-03-201-0/+44
* drm/i915: Extract i915_gem_shrinker.cDaniel Vetter2015-03-201-0/+291