mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/amdgpu: add se registers to ip dump for gfx10
add the registers of SE block of gfx for ip dump for gfx10 IP. Signed-off-by: Sunil Khatri <sunil.khatri@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
b4e394e843
commit
3b3c9e865e
|
|
@ -373,7 +373,12 @@ static const struct amdgpu_hwip_reg_entry gc_reg_list_10_1[] = {
|
|||
SOC15_REG_ENTRY_STR(GC, 0, mmCP_MEC_ME2_HEADER_DUMP),
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmCP_PFP_HEADER_DUMP),
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmCP_ME_HEADER_DUMP),
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmCP_MES_HEADER_DUMP)
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmCP_MES_HEADER_DUMP),
|
||||
/* SE status registers */
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmGRBM_STATUS_SE0),
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmGRBM_STATUS_SE1),
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmGRBM_STATUS_SE2),
|
||||
SOC15_REG_ENTRY_STR(GC, 0, mmGRBM_STATUS_SE3)
|
||||
};
|
||||
|
||||
static const struct soc15_reg_golden golden_settings_gc_10_1[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user