570.123.07

This commit is contained in:
russellcnv
2025-03-25 12:40:01 -07:00
parent 5e6ad2b575
commit 4d941c0b6e
146 changed files with 53927 additions and 54744 deletions

View File

@@ -8230,6 +8230,12 @@ nvswitch_initialize_interrupt_tree_ls10
// NVLIPT
_nvswitch_initialize_nvlipt_interrupts_ls10(device);
// Disable non-fatal and legacy interrupts in TNVL mode
if (nvswitch_is_tnvl_mode_enabled(device))
{
nvswitch_tnvl_disable_interrupts(device);
}
}
//

View File

@@ -1250,6 +1250,14 @@ nvswitch_tnvl_disable_interrupts_ls10
nvswitch_device *device
)
{
if (!nvswitch_is_tnvl_mode_enabled(device))
{
NVSWITCH_PRINT_SXID(device, NVSWITCH_ERR_HW_HOST_TNVL_ERROR,
"Failed to disable non-fatal/legacy interrupts. TNVL mode is not enabled\n");
return;
}
//
// In TNVL locked disable non-fatal NVLW, NPG, and legacy interrupt,
// disable additional non-fatals on those partitions.