From: Mukul Joshi Date: Wed, 10 Sep 2025 18:38:43 +0000 (-0400) Subject: drm/amdgpu: update soc15 IH client ids X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13aca3c0f492e193c9d823684813633087e75752;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: update soc15 IH client ids Add client id for UTCL2. Signed-off-by: Mukul Joshi Reviewed-by: Harish Kasiviswanathan 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 e1948613cc1b..d249b8407259 100644 --- a/drivers/gpu/drm/amd/include/soc15_ih_clientid.h +++ b/drivers/gpu/drm/amd/include/soc15_ih_clientid.h @@ -103,6 +103,7 @@ enum soc21_ih_clientid { SOC21_IH_CLIENTID_VPE = 0x18, SOC21_IH_CLIENTID_PWR = 0x19, SOC21_IH_CLIENTID_LSDMA = 0x1a, + SOC21_IH_CLIENTID_UTCL2 = 0x1b, SOC21_IH_CLIENTID_MP0 = 0x1e, SOC21_IH_CLIENTID_MP1 = 0x1f, SOC21_IH_CLIENTID_MAX,