mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
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>
This commit is contained in:
parent
84af2b9be8
commit
45d63644d2
@ -94,9 +94,7 @@ store_pipe_control_loop(bool preuse_buffer)
|
||||
ADVANCE_BATCH();
|
||||
|
||||
intel_batchbuffer_flush(batch);
|
||||
igt_assert(target_bo->offset != 0);
|
||||
} else
|
||||
igt_assert(target_bo->offset == 0);
|
||||
}
|
||||
|
||||
/* gem_storedw_batches_loop.c is a bit overenthusiastic with
|
||||
* creating new batchbuffers - with buffer reuse disabled, the
|
||||
|
Loading…
x
Reference in New Issue
Block a user