tests/gem_pipe_control_store_loop: Delete bogus assertion
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 10 Jan 2014 21:13:56 +0000 (21:13 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 10 Jan 2014 21:17:43 +0000 (21:17 +0000)
commit45d63644d28c34202a97bd812f6c46c853e97d28
treeb14df0124f4528fcb634497b79578fbbe64e3b16
parent84af2b9be8792fb288d4ce75821a27706e5351c3
tests/gem_pipe_control_store_loop: Delete bogus assertion

target_bo->offset was just being used to verify that the batch
submission worked and fortunately was not being relied upon for any
subsequent conditions. However, address 0 is valid and so the assertion
itself was bogus as it is possible (almost assured with full-ppgtt) for
the target_bo to be located at address 0.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72984
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tests/gem_pipe_control_store_loop.c