From e37eb35e194de8fe1f244df085b8b8d2c530ce20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Tue, 9 Apr 2013 15:25:37 +0300 Subject: [PATCH] tests/gem_fenced_exec_thrash: Increase MAX_FENCES to 32 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IVB+ supports 32 fence registers, bump the maximum in the test. Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- tests/gem_fenced_exec_thrash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)