mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
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:
parent
e2b9dfd0aa
commit
a8f0963af5
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user