aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_evict.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2010-10-281-6/+2
* 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