summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2022-05-30 10:58:35 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-03-07 14:21:57 -0500
commit0b6c67c22d2374a98890cc8b6204302f75e14cd7 (patch)
tree4c6742d1becf8196e1db0d92762c6b108fb88911 /drivers
parentc7850370574f0594993d21dd02c54d2a853d2d6a (diff)
downloadlinux-stable-0b6c67c22d2374a98890cc8b6204302f75e14cd7.tar.gz
linux-stable-0b6c67c22d2374a98890cc8b6204302f75e14cd7.tar.bz2
linux-stable-0b6c67c22d2374a98890cc8b6204302f75e14cd7.zip
drm/amdgpu: initialize ta ucode for psp v13_0_6
Initialize ta ucode for psp v13_0_6 Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Le Ma <Le.Ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/psp_v13_0.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
index ceded7eb9771..caee76ab7110 100644
--- a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
@@ -88,11 +88,6 @@ static int psp_v13_0_init_microcode(struct psp_context *psp)
return err;
}
break;
- case IP_VERSION(13, 0, 6):
- err = psp_init_sos_microcode(psp, ucode_prefix);
- if (err)
- return err;
- break;
case IP_VERSION(13, 0, 1):
case IP_VERSION(13, 0, 3):
case IP_VERSION(13, 0, 5):
@@ -106,6 +101,7 @@ static int psp_v13_0_init_microcode(struct psp_context *psp)
return err;
break;
case IP_VERSION(13, 0, 0):
+ case IP_VERSION(13, 0, 6):
case IP_VERSION(13, 0, 7):
case IP_VERSION(13, 0, 10):
err = psp_init_sos_microcode(psp, ucode_prefix);