Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: update gfxhub client id for gfx12

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>

authored by

Frank Min and committed by
Alex Deucher
ffcc5745 064d9243

+21 -1
+21 -1
drivers/gpu/drm/amd/amdgpu/gfxhub_v12_0.c
··· 35 35 #define regGRBM_GFX_INDEX_DEFAULT 0xe0000000 36 36 37 37 static const char *gfxhub_client_ids[] = { 38 - /* TODO */ 38 + "CB", 39 + "DB", 40 + "GE1", 41 + "GE2", 42 + "CPF", 43 + "CPC", 44 + "CPG", 45 + "RLC", 46 + "TCP", 47 + "SQC (inst)", 48 + "SQC (data)", 49 + "SQG/PC/SC", 50 + "Reserved", 51 + "SDMA0", 52 + "SDMA1", 53 + "GCR", 54 + "Reserved", 55 + "Reserved", 56 + "WGS", 57 + "DSM", 58 + "PA" 39 59 }; 40 60 41 61 static uint32_t gfxhub_v12_0_get_invalidate_req(unsigned int vmid,