drm/i915: Fix current tiling check for relaxed fencing
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 15 Nov 2010 05:25:58 +0000 (05:25 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 15 Nov 2010 06:48:46 +0000 (06:48 +0000)
As we may bind an object with the correct alignment, but with an invalid
size, it may pass the current checks on whether the object may be reused
with a fence.

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

No differences found