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>
This commit is contained in:
Ville Syrjälä 2013-04-09 15:25:37 +03:00 committed by Daniel Vetter
parent b0c63a781d
commit e37eb35e19

View File

@ -45,7 +45,7 @@
#define BATCH_SIZE 4096
#define MAX_FENCES 16
#define MAX_FENCES 32
#define MI_BATCH_BUFFER_END (0xA<<23)