lib/batchbuffer: Guard intel_blt_copy with even more asserts
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 Aug 2014 18:28:34 +0000 (19:28 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 Aug 2014 18:55:30 +0000 (19:55 +0100)
commitfbfa754e8dce1553e024310eb7b7ed9469ed238b
tree5cc357db8f4c39e04f1685974e85553ec40c50cc
parent23d961e950e92bb00c7cb29fa73499af568e7571
lib/batchbuffer: Guard intel_blt_copy with even more asserts

Assert that the source/destination bounds are within the pitch and size
of the associated bo.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
lib/intel_batchbuffer.c