diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-04-09 15:25:37 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-04-09 20:21:13 +0200 |
commit | e37eb35e194de8fe1f244df085b8b8d2c530ce20 (patch) | |
tree | b25ea8a8c7a195534649a535b324ca747e603aff /tests/gem_fenced_exec_thrash.c | |
parent | b0c63a781dd597288c3a240b10996f4b313cbbd4 (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/gem_fenced_exec_thrash.c')
-rw-r--r-- | tests/gem_fenced_exec_thrash.c | 2 |
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) |