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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -276,6 +276,7 @@ static int psp_init_sriov_microcode(struct psp_context *psp)
		break;
	case IP_VERSION(13, 0, 2):
		ret = psp_init_cap_microcode(psp, "aldebaran");
		ret &= psp_init_ta_microcode(psp, "aldebaran");
		break;
	default:
		BUG();