From: James Zhu Date: Tue, 24 Apr 2018 00:49:28 +0000 (-0400) Subject: drm/amdgpu/vg20:Add IH client ID for the 2nd UVD X-Git-Tag: v5.15~8594^2~6^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=915893fd2b7bdb0e1e0a16ca402345ebc60e391b;p=platform%2Fkernel%2Flinux-starfive.git drm/amdgpu/vg20:Add IH client ID for the 2nd UVD For Vega20, there are two UVD hardware. Need add the 2nd IH client ID for the 2nd UVD Hardware. Signed-off-by: James Zhu Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/include/soc15_ih_clientid.h b/drivers/gpu/drm/amd/include/soc15_ih_clientid.h index a12d4f2..12e196c1 100644 --- a/drivers/gpu/drm/amd/include/soc15_ih_clientid.h +++ b/drivers/gpu/drm/amd/include/soc15_ih_clientid.h @@ -43,6 +43,7 @@ enum soc15_ih_clientid { SOC15_IH_CLIENTID_SE2SH = 0x0c, SOC15_IH_CLIENTID_SE3SH = 0x0d, SOC15_IH_CLIENTID_SYSHUB = 0x0e, + SOC15_IH_CLIENTID_UVD1 = 0x0e, SOC15_IH_CLIENTID_THM = 0x0f, SOC15_IH_CLIENTID_UVD = 0x10, SOC15_IH_CLIENTID_VCE0 = 0x11,