mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 17:00:13 +01:00
radeonsi: Bump SI_PM4_MAX_DW.
Fixes assertion failure with Mesa demo glsl/samplers. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
56ae9be957
commit
91c1d4472f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "../../winsys/radeon/drm/radeon_winsys.h"
|
||||
|
||||
#define SI_PM4_MAX_DW 128
|
||||
#define SI_PM4_MAX_DW 256
|
||||
#define SI_PM4_MAX_BO 32
|
||||
#define SI_PM4_MAX_RELOCS 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue