We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614a9f5 commit c7c3f78Copy full SHA for c7c3f78
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -219,6 +219,7 @@ static int psp_early_init(void *handle)
219
case IP_VERSION(13, 0, 11):
220
case IP_VERSION(14, 0, 0):
221
case IP_VERSION(14, 0, 1):
222
+ case IP_VERSION(14, 0, 4):
223
psp_v13_0_set_psp_funcs(psp);
224
psp->boot_time_tmr = false;
225
break;
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
@@ -106,6 +106,7 @@ static int psp_v13_0_init_microcode(struct psp_context *psp)
106
107
108
109
110
err = psp_init_toc_microcode(psp, ucode_prefix);
111
if (err)
112
return err;
0 commit comments