summaryrefslogtreecommitdiff
path: root/tests/gem_storedw_loop_vebox.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2014-05-19 08:44:12 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2014-05-19 08:44:12 -0700
commitf00efff326610fdba92dbc91d951790a3320052e (patch)
tree193ef6216c326b80762e638e876a812acba38d6d /tests/gem_storedw_loop_vebox.c
parentd71add5c1197706fdd060e7f487293ef8b459d87 (diff)
store_dw_loop: make loops smaller
These tests are really for catching TLB or GTT mapping failures due to bad programming in the kernel driver. We've never needed more than a few pages worth of data write to actually see those.
Diffstat (limited to 'tests/gem_storedw_loop_vebox.c')
-rw-r--r--tests/gem_storedw_loop_vebox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_storedw_loop_vebox.c b/tests/gem_storedw_loop_vebox.c
index b8215fc4..c94a6770 100644
--- a/tests/gem_storedw_loop_vebox.c
+++ b/tests/gem_storedw_loop_vebox.c
@@ -61,7 +61,7 @@ store_dword_loop(int divider)
cmd = MI_STORE_DWORD_IMM;
- for (i = 0; i < SLOW_QUICK(0x100000, 0x10); i++) {
+ for (i = 0; i < SLOW_QUICK(0x2000, 0x10); i++) {
BEGIN_BATCH(4);
OUT_BATCH(cmd);
if (intel_gen(batch->devid) < 8)