drm/amdgpu: Add soc v1_0 ih client id table

To acommandate the specific ih client for soc v1_0

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Hawking Zhang
2025-07-02 16:21:26 +08:00
committed by Alex Deucher
parent 0c9ad47286
commit db9ca58e16
6 changed files with 96 additions and 8 deletions

View File

@@ -99,6 +99,41 @@ const char *soc15_ih_clientid_name[] = {
"MP1"
};
const char *soc_v1_0_ih_clientid_name[] = {
"IH",
"Reserved",
"ATHUB",
"BIF",
"Reserved",
"Reserved",
"Reserved",
"RLC",
"Reserved",
"Reserved",
"GFX",
"IMU",
"Reserved",
"Reserved",
"VCN1 or UVD1",
"THM",
"VCN or UVD",
"Reserved",
"VMC",
"Reserved",
"GRBM_CP",
"GC_AID",
"ROM_SMUIO",
"DF",
"Reserved",
"PWR",
"LSDMA",
"GC_UTCL2",
"nHT",
"Reserved",
"MP0",
"MP1",
};
const int node_id_to_phys_map[NODEID_MAX] = {
[AID0_NODEID] = 0,
[XCD0_NODEID] = 0,