]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amdgpu: update gfxhub client id for gfx12
authorFrank Min <Frank.Min@amd.com>
Thu, 20 Jun 2024 05:57:55 +0000 (13:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Jul 2024 20:46:36 +0000 (16:46 -0400)
update gfxhub client id for gfx12

Signed-off-by: Frank Min <Frank.Min@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_0.c

index 7ea64f1e1e487d3ab2b535c15f5c57a83781b657..7609b9cecae8456f2b304ba21773a12e5fd983fb 100644 (file)
 #define regGRBM_GFX_INDEX_DEFAULT      0xe0000000
 
 static const char *gfxhub_client_ids[] = {
-       /* TODO */
+       "CB",
+       "DB",
+       "GE1",
+       "GE2",
+       "CPF",
+       "CPC",
+       "CPG",
+       "RLC",
+       "TCP",
+       "SQC (inst)",
+       "SQC (data)",
+       "SQG/PC/SC",
+       "Reserved",
+       "SDMA0",
+       "SDMA1",
+       "GCR",
+       "Reserved",
+       "Reserved",
+       "WGS",
+       "DSM",
+       "PA"
 };
 
 static uint32_t gfxhub_v12_0_get_invalidate_req(unsigned int vmid,