From: Ville Syrj?l? <ville.syrjala at linux.intel.com> IVB+ supports 32 fence registers, bump the maximum in the test. Signed-off-by: Ville Syrj?l? <ville.syrjala at linux.intel.com> --- 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 8281449..b17eba2 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) -- 1.8.1.5