mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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:
committed by
Alex Deucher
parent
0c9ad47286
commit
db9ca58e16
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user