Skip to content

Commit c7c3f78

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: add PSP IP v14.0.4 support
This patch is to add PSP 14.0.4 support. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 614a9f5 commit c7c3f78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ static int psp_early_init(void *handle)
219219
case IP_VERSION(13, 0, 11):
220220
case IP_VERSION(14, 0, 0):
221221
case IP_VERSION(14, 0, 1):
222+
case IP_VERSION(14, 0, 4):
222223
psp_v13_0_set_psp_funcs(psp);
223224
psp->boot_time_tmr = false;
224225
break;

drivers/gpu/drm/amd/amdgpu/psp_v13_0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ static int psp_v13_0_init_microcode(struct psp_context *psp)
106106
case IP_VERSION(13, 0, 11):
107107
case IP_VERSION(14, 0, 0):
108108
case IP_VERSION(14, 0, 1):
109+
case IP_VERSION(14, 0, 4):
109110
err = psp_init_toc_microcode(psp, ucode_prefix);
110111
if (err)
111112
return err;

0 commit comments

Comments
 (0)