mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-06 08:09:58 +00:00
570.133.07
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user