mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
radeonsi: raise SI_PM4_MAX_DW
The old limit, introduced in commit afa752d3f0,
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>
This commit is contained in:
parent
b0cf99165a
commit
6c2e636982
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue