gpu: nvgpu: remove non stall intr from top handler for safety

On safety nonstall interrupt is not used and should be compiled out to
rule out any chance of interference with safety code. Remove top handler
support of nonstall interrupt for safety which is currently not
applicable to linux.

Jira NVGPU-7066
Jira NVGPU-4078

Change-Id: I278efc8da6ddd0f22c128af6630cfd1b20ba4784
Signed-off-by: Shashank Singh <shashsingh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2589006
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2671586
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Shashank Singh
2021-09-03 13:02:52 +00:00
committed by mobile promotions
parent ca27a7d841
commit 5ec241a1d8
15 changed files with 65 additions and 13 deletions

View File

@@ -530,9 +530,6 @@ nvgpu_ltc_remove_support
nvgpu_local_golden_image_get_fault_injection
nvgpu_log_msg_impl
nvgpu_cic_mon_intr_mask
nvgpu_cic_mon_intr_nonstall_pause
nvgpu_cic_mon_intr_nonstall_resume
nvgpu_cic_mon_intr_nonstall_unit_config
nvgpu_cic_mon_intr_stall_pause
nvgpu_cic_mon_intr_stall_resume
nvgpu_cic_mon_intr_stall_unit_config

View File

@@ -547,9 +547,6 @@ nvgpu_ltc_remove_support
nvgpu_local_golden_image_get_fault_injection
nvgpu_log_msg_impl
nvgpu_cic_mon_intr_mask
nvgpu_cic_mon_intr_nonstall_pause
nvgpu_cic_mon_intr_nonstall_resume
nvgpu_cic_mon_intr_nonstall_unit_config
nvgpu_cic_mon_intr_stall_pause
nvgpu_cic_mon_intr_stall_resume
nvgpu_cic_mon_intr_stall_unit_config