radeonsi: raise SI_PM4_MAX_DW
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 17 Jun 2016 08:30:44 +0000 (10:30 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 20 Jun 2016 16:28:17 +0000 (18:28 +0200)
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 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeonsi/si_pm4.h

index 309a596936826a3a0e3b1720dd67d0cebbfdc774..35fa6c3a16f298efd8f05c249a4cab95edde1e52 100644 (file)
@@ -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