drm/i915: Remove a defunct BUG_ON
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 12 Nov 2010 13:56:11 +0000 (13:56 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 23 Nov 2010 20:19:15 +0000 (20:19 +0000)
This used to check the precondition that all fences were to be located
in a mappable area, redundant now as those two parameters are combined
into one.

After pinning, we assert that the buffer is bound into the desired
region.

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

No differences found