aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2016-06-17 10:30:44 +0200
committerNicolai Hähnle <[email protected]>2016-06-20 18:28:17 +0200
commit6c2e63698290d3ea868eefcc3e4dd51dc1e16c64 (patch)
tree3991b3d1609864cdf37a50505a268158a9088f8e /src
parentb0cf99165af445adc4c5c1f66a3a3e0d882211cd (diff)
radeonsi: raise SI_PM4_MAX_DW
The old limit, introduced in commit afa752d3f03ac6697581ff5d324e8ac0512ef513, was exceeded by 4 SE configurations which hit si_write_harvested_raster_configs. Cc: 11.1 11.2 12.0 <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/radeonsi/si_pm4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pm4.h b/src/gallium/drivers/radeonsi/si_pm4.h
index 309a5969368..35fa6c3a16f 100644
--- a/src/gallium/drivers/radeonsi/si_pm4.h
+++ b/src/gallium/drivers/radeonsi/si_pm4.h
@@ -29,7 +29,7 @@
#include "radeon/radeon_winsys.h"
-#define SI_PM4_MAX_DW 160
+#define SI_PM4_MAX_DW 176
#define SI_PM4_MAX_BO 1
// forward defines