560.28.03

This commit is contained in:
Gaurav Juvekar
2024-07-19 15:45:15 -07:00
parent 5fdf5032fb
commit 448d5cc656
859 changed files with 165424 additions and 91129 deletions

View File

@@ -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