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

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: update soc15 IH client ids

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>

authored by

Mukul Joshi and committed by
Alex Deucher
13aca3c0 27a136ea

+1
+1
drivers/gpu/drm/amd/include/soc15_ih_clientid.h
··· 103 103 SOC21_IH_CLIENTID_VPE = 0x18, 104 104 SOC21_IH_CLIENTID_PWR = 0x19, 105 105 SOC21_IH_CLIENTID_LSDMA = 0x1a, 106 + SOC21_IH_CLIENTID_UTCL2 = 0x1b, 106 107 SOC21_IH_CLIENTID_MP0 = 0x1e, 107 108 SOC21_IH_CLIENTID_MP1 = 0x1f, 108 109 SOC21_IH_CLIENTID_MAX,