summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
diff options
context:
space:
mode:
authorYing Li <yingli12@amd.com>2025-02-11 11:53:19 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-02-12 21:05:49 -0500
commit16a5a8fe6fb1868e5e19ba4e89e7b8caa37cc92c (patch)
tree9da6300468d933c0dbf571ef88830b4f1383d590 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
parentee9e64549fa90dab88adfa35c555dfee03f5ef4f (diff)
downloadlinux-16a5a8fe6fb1868e5e19ba4e89e7b8caa37cc92c.tar.gz
linux-16a5a8fe6fb1868e5e19ba4e89e7b8caa37cc92c.tar.bz2
linux-16a5a8fe6fb1868e5e19ba4e89e7b8caa37cc92c.zip
drm/amd/amdgpu: add support for IP version 11.5.2
This initializes drm/amd/amdgpu version 11.5.2 Signed-off-by: YING LI <yingli12@amd.com> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
index 48b55dae6241..94f5e5e0d1d6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -193,6 +193,7 @@ static int psp_early_init(struct amdgpu_ip_block *ip_block)
case IP_VERSION(11, 0, 9):
case IP_VERSION(11, 0, 11):
case IP_VERSION(11, 5, 0):
+ case IP_VERSION(11, 5, 2):
case IP_VERSION(11, 0, 12):
case IP_VERSION(11, 0, 13):
psp_v11_0_set_psp_funcs(psp);