[Mesa-dev] [PATCH 1/3] radeonsi: raise SI_PM4_MAX_DW
Alex Deucher
alexdeucher at gmail.com
Fri Jun 17 15:41:29 UTC 2016
On Fri, Jun 17, 2016 at 10:09 AM, Nicolai Hähnle <nhaehnle at gmail.com> wrote:
> From: Nicolai Hähnle <nicolai.haehnle at amd.com>
>
> 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 at lists.freedesktop.org>
For the series:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> 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
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list