aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_evict.c
AgeCommit message (Expand)Author
2013-10-01drm/i915: trace vm eviction instead of everythingBen Widawsky
2013-09-12drm/i915: evict VM instead of everythingBen Widawsky
2013-09-12drm/i915: Extract vm specific part of evictionBen Widawsky
2013-09-04drm/i915: More vma fixups around unbind/destroyDaniel Vetter
2013-08-23drm/i915/vma: Correct use after free in evictionBen Widawsky
2013-08-22drm/i915: Switch eviction code to use vmasBen Widawsky
2013-08-08drm/i915: mm_list is per VMABen Widawsky
2013-08-08drm/i915: Use new bind/unbind in eviction codeBen Widawsky
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky
2013-08-05drm/i915: Make proper functions for VMsBen Widawsky
2013-07-18drm/i915: Create VMAsBen Widawsky
2013-07-17drm/i915: Move active/inactive lists to new mmBen Widawsky
2013-07-17drm/i915: Put the mm in the parent address spaceBen Widawsky
2013-07-08drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky
2013-01-17drm/i915: Create a gtt structureBen Widawsky
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson
2012-08-21drm/i915: Track unbound pagesChris Wilson
2012-07-26drm/i915: Segregate memory domains in the GTT using coloringChris Wilson
2012-07-25drm/i915: Remove the defunct flushing listChris Wilson
2012-07-16drm: Add colouring to the range allocatorChris Wilson
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson
2012-05-03drm/i915: remove do_retire from i915_wait_requestBen Widawsky
2012-05-03drm/i915: Remove the list of pinned inactive objectsChris Wilson
2012-05-03drm/i915: Remove i915_gem_evict_inactive()Chris Wilson
2012-02-27drm/i915: No need to search again after retiring requestsChris Wilson
2012-02-27drm/i915: Only bump refcnt on objects scheduled for evictionChris Wilson
2012-01-26drm/i915: argument to control retiring behaviorBen Widawsky
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi
2011-02-07drm/i915: Refine tracepointsChris Wilson
2011-01-11drm/i915/evict: Ensure we completely cleanup on failureChris Wilson
2010-11-25drm/i915: Avoid allocation for execbuffer object listChris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-10-31drm/i915: Evict just the purgeable GTT entries on the first passChris Wilson
2010-10-28drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson
2010-10-27drm/i915: range-restricted eviction supportDaniel Vetter
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson
2010-10-20drm/i915: Simplify most HAS_BSD() checksChris Wilson
2010-10-03Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-10-01drm/i915: Fix refleak during eviction.Chris Wilson
2010-09-29drm/i915/debug: Remove defunct WATCH_LRUChris Wilson
2010-09-21Merge branch 'drm-intel-fixes' into HEADChris Wilson
2010-09-20drm/i915: Hold a reference to the object whilst unbinding the eviction listChris Wilson
2010-09-08drm/i915: Kill the active list spinlockChris Wilson
2010-08-09drm/i915: Implement fair lru eviction across both rings. (v2)Chris Wilson
2010-08-09drm/i915: Move the eviction logic to its own file.Chris Wilson