Commit a2443ef0 authored by David Yu's avatar David Yu Committed by Alex Deucher

drm/amdgpu: Ta fw needs to be loaded for SRIOV aldebaran

Load ta fw during psp_init_sriov_microcode to enable XGMI.
It is required to be loaded by both guest and host starting
from Arcturus. Cap fw needs to be loaded first.
Signed-off-by: default avatarDavid Yu <David.Yu@amd.com>
Reviewed-by: default avatarShaoyun.liu <Shaoyun.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 114f0887
...@@ -276,6 +276,7 @@ static int psp_init_sriov_microcode(struct psp_context *psp) ...@@ -276,6 +276,7 @@ static int psp_init_sriov_microcode(struct psp_context *psp)
break; break;
case IP_VERSION(13, 0, 2): case IP_VERSION(13, 0, 2):
ret = psp_init_cap_microcode(psp, "aldebaran"); ret = psp_init_cap_microcode(psp, "aldebaran");
ret &= psp_init_ta_microcode(psp, "aldebaran");
break; break;
default: default:
BUG(); BUG();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment