]> Pileus Git - ~andy/linux/commit
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)
commitdf15315899c0641412bd54b29565a70b078a6ac8
treec7204b201c929055f2d8b28fdabe0ddf191d3841
parent5e78330126e23e009502b21d1efdabd68ab91397
drm/i915: Fix current tiling check for relaxed fencing

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>
drivers/gpu/drm/i915/i915_gem_tiling.c