drm/i915: Not all mappable regions require GTT fence regions
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 9 Nov 2010 11:47:32 +0000 (11:47 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 23 Nov 2010 20:19:13 +0000 (20:19 +0000)
Combining map_and_fenceable revealed a bug in
i915_gem_object_gtt_size() in that it always computed the appropriate
fence size for the object regardless of tiling state which caused us to
over-allocate linear buffers when binding to the GTT.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found