]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: update soc15 IH client ids
authorMukul Joshi <mukul.joshi@amd.com>
Wed, 10 Sep 2025 18:38:43 +0000 (14:38 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:29 +0000 (13:56 -0500)
Add client id for UTCL2.

Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Reviewed-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/soc15_ih_clientid.h

index e1948613cc1b7b2b006cf92947acfb20820ff7a6..d249b8407259f75a6d8b4de6c5e264db8d4dccf8 100644 (file)
@@ -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,