drm/i915: range-restricted eviction support
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 16 Sep 2010 13:45:15 +0000 (15:45 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 Oct 2010 22:31:04 +0000 (23:31 +0100)
Add a mappable parameter to i915_gem_evict_something to distinguish
the two cases (non-restricted vs. mappable gtt allocations). No
functional changes because the mappable limit is set to the end of
the gtt currently.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found