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>
This commit is contained in:
Chris Wilson 2016-01-13 15:06:41 +00:00
parent e2b9dfd0aa
commit a8f0963af5

View File

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