mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 08:56:11 +00:00
tests/gem_cpu_concurrent_blit: Undo debugging hack
Accidentally left in the hack to run the "overwrite-source-interruptible" for only one loop, used whilst testing. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
4fd34977af
commit
b1f23fe1d4
@ -153,7 +153,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
/* try to overwrite the source values */
|
/* try to overwrite the source values */
|
||||||
if (drmtest_run_subtest("overwrite-source-interruptible")) {
|
if (drmtest_run_subtest("overwrite-source-interruptible")) {
|
||||||
for (loop = 0; loop < 1; loop++) {
|
for (loop = 0; loop < 10; loop++) {
|
||||||
gem_quiescent_gpu(fd);
|
gem_quiescent_gpu(fd);
|
||||||
for (i = 0; i < num_buffers; i++) {
|
for (i = 0; i < num_buffers; i++) {
|
||||||
set_bo(src[i], i, width, height);
|
set_bo(src[i], i, width, height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user