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:
Chris Wilson 2013-06-29 17:09:21 +01:00
parent 4fd34977af
commit b1f23fe1d4

View File

@ -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);