aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_evict.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-17drm/i915: Create a gtt structureBen Widawsky1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-31/+13
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson1-1/+5
2012-08-21drm/i915: Track unbound pagesChris Wilson1-8/+5
2012-07-26drm/i915: Segregate memory domains in the GTT using coloringChris Wilson1-3/+4
2012-07-25drm/i915: Remove the defunct flushing listChris Wilson1-20/+0
2012-07-16drm: Add colouring to the range allocatorChris Wilson1-4/+5
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson1-9/+5
2012-05-03drm/i915: remove do_retire from i915_wait_requestBen Widawsky1-3/+12
2012-05-03drm/i915: Remove the list of pinned inactive objectsChris Wilson1-5/+5
2012-05-03drm/i915: Remove i915_gem_evict_inactive()Chris Wilson1-15/+6
2012-02-27drm/i915: No need to search again after retiring requestsChris Wilson1-15/+0
2012-02-27drm/i915: Only bump refcnt on objects scheduled for evictionChris Wilson1-3/+1
2012-01-26drm/i915: argument to control retiring behaviorBen Widawsky1-1/+1
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi1-1/+1
2011-02-07drm/i915: Refine tracepointsChris Wilson1-0/+5
2011-01-11drm/i915/evict: Ensure we completely cleanup on failureChris Wilson1-1/+8
2010-11-25drm/i915: Avoid allocation for execbuffer object listChris Wilson1-7/+7
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-34/+33
2010-11-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-3/+1
2010-10-31drm/i915: Evict just the purgeable GTT entries on the first passChris Wilson1-29/+13
2010-10-28drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson1-6/+2
2010-10-27drm/i915: range-restricted eviction supportDaniel Vetter1-5/+19
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-2/+4
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson1-54/+5
2010-10-20drm/i915: Simplify most HAS_BSD() checksChris Wilson1-4/+2
2010-10-03Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-22/+20
2010-10-01drm/i915: Fix refleak during eviction.Chris Wilson1-25/+20
2010-09-29drm/i915/debug: Remove defunct WATCH_LRUChris Wilson1-3/+0
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson1-2/+7
2010-09-20drm/i915: Hold a reference to the object whilst unbinding the eviction listChris Wilson1-2/+7
2010-09-08drm/i915: Kill the active list spinlockChris Wilson1-5/+0
2010-08-09drm/i915: Implement fair lru eviction across both rings. (v2)Chris Wilson1-133/+144
2010-08-09drm/i915: Move the eviction logic to its own file.Chris Wilson1-0/+260