From b1f23fe1d475ee99f77a96e29f5a8d54d4d2c6fc Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 29 Jun 2013 17:09:21 +0100 Subject: [PATCH] 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 --- tests/gem_cpu_concurrent_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_cpu_concurrent_blit.c b/tests/gem_cpu_concurrent_blit.c index 2e46c9fb..bf1d5da3 100644 --- a/tests/gem_cpu_concurrent_blit.c +++ b/tests/gem_cpu_concurrent_blit.c @@ -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);