mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
drm/amdgpu: update mmhub 4.2.0 client list
Update to the proper client list for mmhub 4.2.0. v2: fix typo (Alex) Reviewed-by: Mukul Joshi <mukul.joshi@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e3cdab67ef
commit
658422c7ba
|
|
@ -36,40 +36,41 @@
|
|||
|
||||
static const char *mmhub_client_ids_v4_2_0[][2] = {
|
||||
[0][0] = "VMC",
|
||||
[4][0] = "DCEDMC",
|
||||
[5][0] = "DCEVGA",
|
||||
[6][0] = "MP0",
|
||||
[7][0] = "MP1",
|
||||
[2][0] = "MPNHT",
|
||||
[7][0] = "MPIFOE",
|
||||
[8][0] = "MPIO",
|
||||
[16][0] = "HDP",
|
||||
[17][0] = "LSDMA",
|
||||
[18][0] = "JPEG",
|
||||
[19][0] = "VCNU0",
|
||||
[21][0] = "VSCH",
|
||||
[22][0] = "VCNU1",
|
||||
[23][0] = "VCN1",
|
||||
[32+20][0] = "VCN0",
|
||||
[2][1] = "DBGUNBIO",
|
||||
[3][1] = "DCEDWB",
|
||||
[4][1] = "DCEDMC",
|
||||
[5][1] = "DCEVGA",
|
||||
[6][1] = "MP0",
|
||||
[7][1] = "MP1",
|
||||
[11][0] = "JPEG0",
|
||||
[12][0] = "VCN0",
|
||||
[13][0] = "VCNU0",
|
||||
[14][0] = "VSCH0",
|
||||
[15][0] = "LSDMA",
|
||||
[32+5][0] = "MPRAS",
|
||||
[32+6][0] = "MP1",
|
||||
[32+7][0] = "MP0",
|
||||
[32+11][0] = "JPEG1",
|
||||
[32+12][0] = "VCN1",
|
||||
[32+13][0] = "VCNU1",
|
||||
[32+14][0] = "VSCH1",
|
||||
[2][1] = "MPNHT",
|
||||
[3][1] = "DBGU0",
|
||||
[7][1] = "MPIFOE",
|
||||
[8][1] = "MPIO",
|
||||
[10][1] = "DBGU0",
|
||||
[11][1] = "DBGU1",
|
||||
[12][1] = "DBGU2",
|
||||
[13][1] = "DBGU3",
|
||||
[14][1] = "XDP",
|
||||
[15][1] = "OSSSYS",
|
||||
[16][1] = "HDP",
|
||||
[17][1] = "LSDMA",
|
||||
[18][1] = "JPEG",
|
||||
[19][1] = "VCNU0",
|
||||
[20][1] = "VCN0",
|
||||
[21][1] = "VSCH",
|
||||
[22][1] = "VCNU1",
|
||||
[23][1] = "VCN1",
|
||||
[10][1] = "UTCL2_NHT",
|
||||
[11][1] = "JPEG0",
|
||||
[12][1] = "VCN0",
|
||||
[13][1] = "VCNU0",
|
||||
[14][1] = "VSCH0",
|
||||
[15][1] = "LSDMA",
|
||||
[32+3][1] = "DBGU1",
|
||||
[32+4][1] = "DBGU2",
|
||||
[32+5][1] = "MPRAS",
|
||||
[32+6][1] = "MP1",
|
||||
[32+7][1] = "MP0",
|
||||
[32+8][1] = "IH",
|
||||
[32+11][1] = "JPEG1",
|
||||
[32+12][1] = "VCN1",
|
||||
[32+13][1] = "VCNU1",
|
||||
[32+14][1] = "VSCH1",
|
||||
};
|
||||
|
||||
static int mmhub_v4_2_0_get_xgmi_info(struct amdgpu_device *adev)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user