Module: Mesa Branch: master Commit: 6c2e63698290d3ea868eefcc3e4dd51dc1e16c64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c2e63698290d3ea868eefcc3e4dd51dc1e16c64
Author: Nicolai Hähnle <[email protected]> Date: Fri Jun 17 10:30:44 2016 +0200 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]> --- src/gallium/drivers/radeonsi/si_pm4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_pm4.h b/src/gallium/drivers/radeonsi/si_pm4.h index 309a596..35fa6c3 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
