ac: add more non-shadowed registers to the lists
Reviewed-by: Mihai Preda <mhpreda@gmail.com> Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15966>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user