summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
diff options
context:
space:
mode:
authorYifan Zhang <yifan1.zhang@amd.com>2024-01-05 14:14:35 +0800
committerAlex Deucher <alexander.deucher@amd.com>2024-02-16 15:42:15 -0500
commit24b5a5df943aa07faa8c5e09c976102ea3878f8d (patch)
tree65aad3df8eb954ebadee0c72318c0d6e9e8d1227 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
parentc5ce1f1a210181a9481b055d45b092eb77d28673 (diff)
drm/amdgpu: add PSP 14.0.1 support
This patch to add PSP 14.0.1 support. Signed-off-by: Yifan Zhang <yifan1.zhang@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 f0f01eac534a..3c2b1413058b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -216,6 +216,7 @@ static int psp_early_init(void *handle)
case IP_VERSION(13, 0, 8):
case IP_VERSION(13, 0, 11):
case IP_VERSION(14, 0, 0):
+ case IP_VERSION(14, 0, 1):
psp_v13_0_set_psp_funcs(psp);
psp->boot_time_tmr = false;
break;