mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
radeonsi: raise SI_PM4_MAX_DW
The old limit, introduced in commitafa752d3f0, 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> (cherry picked from commit6c2e636982)
This commit is contained in:
parent
f675339b22
commit
52ae654569
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