mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
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:
parent
b0c63a781d
commit
e37eb35e19
@ -45,7 +45,7 @@
|
||||
|
||||
#define BATCH_SIZE 4096
|
||||
|
||||
#define MAX_FENCES 16
|
||||
#define MAX_FENCES 32
|
||||
|
||||
#define MI_BATCH_BUFFER_END (0xA<<23)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user