commit | 92b88aeb1ad67417c002fdd77409771ca7e5433a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 09 11:47:32 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 23 20:19:13 2010 +0000 |
tree | 64f00bf4a79ccbc61f6a682a38d220940f644489 | |
parent | 05394f3975dceb107a5e1393e2244946e5b43660 [diff] |
drm/i915: Not all mappable regions require GTT fence regions 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>