summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/include/soc15_ih_clientid.h
diff options
context:
space:
mode:
authorOak Zeng <Oak.Zeng@amd.com>2020-05-20 19:00:58 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-03-24 05:53:22 +0300
commit56237c6aef9f7d0b122108878485529812daa899 (patch)
tree229602825c9fbfe76aa616a22d1669bddc1cf2cd /drivers/gpu/drm/amd/include/soc15_ih_clientid.h
parenteb53aa398121fe9b47e44655c87dc277c976766d (diff)
downloadlinux-56237c6aef9f7d0b122108878485529812daa899.tar.xz
drm/amdgpu: Fix IH client ID naming table
Client ID 26 is reserved. Add it to the table. Signed-off-by: Oak Zeng <Oak.Zeng@amd.com> Reviewed-by: Le Ma <Le.Ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/soc15_ih_clientid.h')
-rw-r--r--drivers/gpu/drm/amd/include/soc15_ih_clientid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/soc15_ih_clientid.h b/drivers/gpu/drm/amd/include/soc15_ih_clientid.h
index e3088c10bfff..1ace2cff0883 100644
--- a/drivers/gpu/drm/amd/include/soc15_ih_clientid.h
+++ b/drivers/gpu/drm/amd/include/soc15_ih_clientid.h
@@ -56,6 +56,7 @@ enum soc15_ih_clientid {
SOC15_IH_CLIENTID_DF = 0x17,
SOC15_IH_CLIENTID_VCE1 = 0x18,
SOC15_IH_CLIENTID_PWR = 0x19,
+ SOC15_IH_CLIENTID_RESERVED = 0x1a,
SOC15_IH_CLIENTID_UTCL2 = 0x1b,
SOC15_IH_CLIENTID_EA = 0x1c,
SOC15_IH_CLIENTID_UTCL2LOG = 0x1d,