mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amdgpu: add MCUMC_ADDRT0 offset to ip header file
Both are needed on vega20 and arcturus chip. Signed-off-by: Guchun Chen <guchun.chen@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
40c9e7b578
commit
817396dc9f
2 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,7 @@
|
|||
#define mmUMCCH0_0_EccErrCnt_BASE_IDX 0
|
||||
#define mmMCA_UMC_UMC0_MCUMC_STATUST0 0x03c2
|
||||
#define mmMCA_UMC_UMC0_MCUMC_STATUST0_BASE_IDX 0
|
||||
#define mmMCA_UMC_UMC0_MCUMC_ADDRT0 0x03c4
|
||||
#define mmMCA_UMC_UMC0_MCUMC_ADDRT0_BASE_IDX 0
|
||||
|
||||
#endif
|
||||
|
|
|
@ -27,5 +27,7 @@
|
|||
#define mmUMCCH0_0_EccErrCnt_ARCT_BASE_IDX 1
|
||||
#define mmMCA_UMC_UMC0_MCUMC_STATUST0_ARCT 0x03c2
|
||||
#define mmMCA_UMC_UMC0_MCUMC_STATUST0_ARCT_BASE_IDX 1
|
||||
#define mmMCA_UMC_UMC0_MCUMC_ADDRT0_ARCT 0x03c4
|
||||
#define mmMCA_UMC_UMC0_MCUMC_ADDRT0_ARCT_BASE_IDX 1
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue