tests/gem_cpu_concurrent_blit: Undo debugging hack
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 29 Jun 2013 16:09:21 +0000 (17:09 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 29 Jun 2013 16:10:19 +0000 (17:10 +0100)
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>
tests/gem_cpu_concurrent_blit.c

index 2e46c9f..bf1d5da 100644 (file)
@@ -153,7 +153,7 @@ main(int argc, char **argv)
 
        /* try to overwrite the source values */
        if (drmtest_run_subtest("overwrite-source-interruptible")) {
-               for (loop = 0; loop < 1; loop++) {
+               for (loop = 0; loop < 10; loop++) {
                        gem_quiescent_gpu(fd);
                        for (i = 0; i < num_buffers; i++) {
                                set_bo(src[i], i, width, height);