Skip to content

Commit 0a59fbd

Browse files
Ahmad Rehmanalexdeucher
authored andcommitted
drm/amdgpu: Add support to load PSP TA v13.0.12 for SRIOV
Add case for 13.0.12. Signed-off-by: Ahmad Rehman <ahrehman@amd.com> Reviewed-by: Vignesh.Chander@amd.com Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent d7f5c13 commit 0a59fbd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ static int psp_init_sriov_microcode(struct psp_context *psp)
153153
adev->virt.autoload_ucode_id = AMDGPU_UCODE_ID_CP_MES1_DATA;
154154
ret = psp_init_cap_microcode(psp, ucode_prefix);
155155
break;
156+
case IP_VERSION(13, 0, 12):
157+
ret = psp_init_ta_microcode(psp, ucode_prefix);
158+
break;
156159
default:
157160
return -EINVAL;
158161
}

0 commit comments

Comments
 (0)