535.86.05

This commit is contained in:
Bernhard Stoeckner
2023-07-18 15:54:53 +02:00
parent 22a077c4fe
commit 337e28efda
264 changed files with 67251 additions and 107479 deletions

View File

@@ -1664,7 +1664,11 @@ nvswitch_lib_post_init_device
nvswitch_smbpbi_post_init(device);
(void)nvswitch_launch_ALI(device);
// ALI launched by VBIOS on silicon
if (IS_RTLSIM(device) || IS_EMULATION(device) || IS_FMODEL(device))
{
(void)nvswitch_launch_ALI(device);
}
return NVL_SUCCESS;
}