summaryrefslogtreecommitdiff
path: root/tests/gem_non_secure_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_non_secure_batch.c')
-rw-r--r--tests/gem_non_secure_batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_non_secure_batch.c b/tests/gem_non_secure_batch.c
index 01101e96..d8969da8 100644
--- a/tests/gem_non_secure_batch.c
+++ b/tests/gem_non_secure_batch.c
@@ -66,7 +66,7 @@ mi_lri_loop(void)
for (i = 0; i < 0x100; i++) {
int ring = random() % num_rings + 1;
- BEGIN_BATCH(4);
+ BEGIN_BATCH(4, 0);
OUT_BATCH(MI_LOAD_REGISTER_IMM | 1);
OUT_BATCH(0x203c); /* RENDER RING CTL */
OUT_BATCH(0); /* try to stop the ring */