summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-01-13 15:06:41 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-01-19 14:03:15 +0000
commita8f0963af5c217210f333790385a3d753794f6ad (patch)
tree5b0399aca834de0320f557b7fb3c1cc9ef213236 /tests
parente2b9dfd0aa4295ecbd8d7c8ab3f58fa43514cf61 (diff)
igt/gem_storedw_loop: Add a few more iterations
Whilst still keeping the runtime down, extend the pipeline slightly. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_storedw_loop.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gem_storedw_loop.c b/tests/gem_storedw_loop.c
index 2f42a0bb..9727b977 100644
--- a/tests/gem_storedw_loop.c
+++ b/tests/gem_storedw_loop.c
@@ -150,6 +150,11 @@ store_test(int fd, int ring, int count)
if (!igt_run_in_simulation()) {
store_dword_loop(fd, ring, count, 3);
store_dword_loop(fd, ring, count, 5);
+ store_dword_loop(fd, ring, count, 7);
+ store_dword_loop(fd, ring, count, 11);
+ store_dword_loop(fd, ring, count, 13);
+ store_dword_loop(fd, ring, count, 17);
+ store_dword_loop(fd, ring, count, 19);
}
}