mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-07 08:39:58 +00:00
560.28.03
This commit is contained in:
@@ -1353,7 +1353,15 @@ nvswitch_ctrl_blacklist_device(
|
||||
if (status != NVL_SUCCESS)
|
||||
return status;
|
||||
|
||||
nvswitch_lib_disable_interrupts(device);
|
||||
if (nvswitch_is_tnvl_mode_locked(device))
|
||||
{
|
||||
NVSWITCH_PRINT(device, ERROR,
|
||||
"%s(%d): Security locked\n", __FUNCTION__, __LINE__);
|
||||
}
|
||||
else
|
||||
{
|
||||
nvswitch_lib_disable_interrupts(device);
|
||||
}
|
||||
|
||||
// Unregister links from NVLinkCoreLib, so that link training is not
|
||||
// attempted
|
||||
|
||||
Reference in New Issue
Block a user