summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-04-09 15:25:37 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-04-09 20:21:13 +0200
commite37eb35e194de8fe1f244df085b8b8d2c530ce20 (patch)
treeb25ea8a8c7a195534649a535b324ca747e603aff /tests
parentb0c63a781dd597288c3a240b10996f4b313cbbd4 (diff)
tests/gem_fenced_exec_thrash: Increase MAX_FENCES to 32
IVB+ supports 32 fence registers, bump the maximum in the test. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_fenced_exec_thrash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_fenced_exec_thrash.c b/tests/gem_fenced_exec_thrash.c
index 8281449e..b17eba20 100644
--- a/tests/gem_fenced_exec_thrash.c
+++ b/tests/gem_fenced_exec_thrash.c
@@ -45,7 +45,7 @@
#define BATCH_SIZE 4096
-#define MAX_FENCES 16
+#define MAX_FENCES 32
#define MI_BATCH_BUFFER_END (0xA<<23)