mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-01 22:19:46 +00:00
535.86.05
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user