aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_evict.c
Commit message (Expand)AuthorAgeFilesLines
* merge more graphics stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-1/+1
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-231-3/+20
* samsung update 1codeworkx2012-06-021-20/+3
* drm/i915: Refine tracepointsChris Wilson2011-02-071-0/+5
* drm/i915/evict: Ensure we completely cleanup on failureChris Wilson2011-01-111-1/+8
* drm/i915: Avoid allocation for execbuffer object listChris Wilson2010-11-251-7/+7
* drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-34/+33
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-011-3/+1
|\
| * drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2010-10-281-6/+2
* | drm/i915: Evict just the purgeable GTT entries on the first passChris Wilson2010-10-311-29/+13
* | drm/i915: range-restricted eviction supportDaniel Vetter2010-10-271-5/+19
|/
* drm/i915: Enable SandyBridge blitter ringChris Wilson2010-10-211-2/+4
* drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson2010-10-201-54/+5
* drm/i915: Simplify most HAS_BSD() checksChris Wilson2010-10-201-4/+2
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-10-031-22/+20
|\
| * drm/i915: Fix refleak during eviction.Chris Wilson2010-10-011-25/+20
* | drm/i915/debug: Remove defunct WATCH_LRUChris Wilson2010-09-291-3/+0
* | Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-211-2/+7
|\ \ | |/
| * drm/i915: Hold a reference to the object whilst unbinding the eviction listChris Wilson2010-09-201-2/+7
* | drm/i915: Kill the active list spinlockChris Wilson2010-09-081-5/+0
|/
* drm/i915: Implement fair lru eviction across both rings. (v2)Chris Wilson2010-08-091-133/+144
* drm/i915: Move the eviction logic to its own file.Chris Wilson2010-08-091-0/+260