summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_evict.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/vma: Correct use after free in evictionBen Widawsky2013-08-231-2/+5
* drm/i915: Switch eviction code to use vmasBen Widawsky2013-08-221-17/+14Star
* drm/i915: mm_list is per VMABen Widawsky2013-08-081-8/+6Star
* drm/i915: Use new bind/unbind in eviction codeBen Widawsky2013-08-081-24/+29
* drm/i915: plumb VM into bind/unbind codeBen Widawsky2013-08-081-2/+2
* drm/i915: Make proper functions for VMsBen Widawsky2013-08-051-3/+5
* drm/i915: Create VMAsBen Widawsky2013-07-181-4/+8
* drm/i915: Move active/inactive lists to new mmBen Widawsky2013-07-171-9/+9
* drm/i915: Put the mm in the parent address spaceBen Widawsky2013-07-171-5/+5
* drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky2013-07-081-3/+3
* drm/i915: Create a gtt structureBen Widawsky2013-01-171-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-31/+13Star
|\
| * drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-241-1/+5
| * drm/i915: Track unbound pagesChris Wilson2012-08-211-8/+5Star
| * drm/i915: Segregate memory domains in the GTT using coloringChris Wilson2012-07-261-3/+4
| * drm/i915: Remove the defunct flushing listChris Wilson2012-07-251-20/+0Star
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
|/
* drm: Add colouring to the range allocatorChris Wilson2012-07-151-4/+5
* drm/i915: Introduce for_each_ring() macroChris Wilson2012-05-191-9/+5Star
* drm/i915: remove do_retire from i915_wait_requestBen Widawsky2012-05-031-3/+12
* drm/i915: Remove the list of pinned inactive objectsChris Wilson2012-05-031-5/+5
* drm/i915: Remove i915_gem_evict_inactive()Chris Wilson2012-05-031-15/+6Star
* drm/i915: No need to search again after retiring requestsChris Wilson2012-02-271-15/+0Star
* drm/i915: Only bump refcnt on objects scheduled for evictionChris Wilson2012-02-271-3/+1Star
* drm/i915: argument to control retiring behaviorBen Widawsky2012-01-261-1/+1
* Drivers: i915: Fix all space related issues.Akshay Joshi2011-09-201-1/+1
* 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/+33Star
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-011-3/+1Star
|\
| * drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2010-10-281-6/+2Star
* | drm/i915: Evict just the purgeable GTT entries on the first passChris Wilson2010-10-311-29/+13Star
* | drm/i915: range-restricted eviction supportDaniel Vetter2010-10-281-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/+5Star
* drm/i915: Simplify most HAS_BSD() checksChris Wilson2010-10-201-4/+2Star
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-10-031-22/+20Star
|\
| * drm/i915: Fix refleak during eviction.Chris Wilson2010-10-011-25/+20Star
* | drm/i915/debug: Remove defunct WATCH_LRUChris Wilson2010-09-291-3/+0Star
* | 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/+0Star
|/
* 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