summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 6339110e..55984add 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -785,6 +785,7 @@ static const struct gpu_ops gv100_ops = {
785 .apply_smpc_war = gv100_apply_smpc_war, 785 .apply_smpc_war = gv100_apply_smpc_war,
786 }, 786 },
787 .mc = { 787 .mc = {
788 .intr_mask = mc_gp10b_intr_mask,
788 .intr_enable = mc_gv100_intr_enable, 789 .intr_enable = mc_gv100_intr_enable,
789 .intr_unit_config = mc_gp10b_intr_unit_config, 790 .intr_unit_config = mc_gp10b_intr_unit_config,
790 .isr_stall = mc_gp10b_isr_stall, 791 .isr_stall = mc_gp10b_isr_stall,
@@ -799,6 +800,7 @@ static const struct gpu_ops gv100_ops = {
799 .disable = gk20a_mc_disable, 800 .disable = gk20a_mc_disable,
800 .reset = gk20a_mc_reset, 801 .reset = gk20a_mc_reset,
801 .boot_0 = gk20a_mc_boot_0, 802 .boot_0 = gk20a_mc_boot_0,
803 .log_pending_intrs = mc_gp10b_log_pending_intrs,
802 .is_intr1_pending = mc_gp10b_is_intr1_pending, 804 .is_intr1_pending = mc_gp10b_is_intr1_pending,
803 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending, 805 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending,
804 .is_intr_nvlink_pending = gv100_mc_is_intr_nvlink_pending, 806 .is_intr_nvlink_pending = gv100_mc_is_intr_nvlink_pending,