From f71908500711f9a9abd1363093a9469fd7bbe0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 22 Mar 2022 09:07:20 -0400 Subject: [PATCH] ac: add more non-shadowed registers to the lists Reviewed-by: Mihai Preda Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/amd/common/ac_shadowed_regs.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/amd/common/ac_shadowed_regs.c b/src/amd/common/ac_shadowed_regs.c index 255af7ae8a7..93ee0e50be4 100644 --- a/src/amd/common/ac_shadowed_regs.c +++ b/src/amd/common/ac_shadowed_regs.c @@ -579,6 +579,10 @@ static const struct ac_reg_range Navi10NonShadowedRanges[] = { R_030800_GRBM_GFX_INDEX, 4, }, + { + R_030A00_PA_SU_LINE_STIPPLE_VALUE, + R_030A04_PA_SC_LINE_STIPPLE_STATE - R_030A00_PA_SU_LINE_STIPPLE_VALUE + 4, + }, { R_031100_SPI_CONFIG_CNTL_REMAP, 4, @@ -798,6 +802,10 @@ static const struct ac_reg_range Gfx103NonShadowedRanges[] = { R_030800_GRBM_GFX_INDEX, 4, }, + { + R_030A00_PA_SU_LINE_STIPPLE_VALUE, + R_030A04_PA_SC_LINE_STIPPLE_STATE - R_030A00_PA_SU_LINE_STIPPLE_VALUE + 4, + }, { R_031100_SPI_CONFIG_CNTL_REMAP, 4,