summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index dbd00c23..f38585f4 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -558,6 +558,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
558 .apply_smpc_war = gv11b_apply_smpc_war, 558 .apply_smpc_war = gv11b_apply_smpc_war,
559 }, 559 },
560 .mc = { 560 .mc = {
561 .intr_mask = mc_gp10b_intr_mask,
561 .intr_enable = mc_gv11b_intr_enable, 562 .intr_enable = mc_gv11b_intr_enable,
562 .intr_unit_config = mc_gp10b_intr_unit_config, 563 .intr_unit_config = mc_gp10b_intr_unit_config,
563 .isr_stall = mc_gp10b_isr_stall, 564 .isr_stall = mc_gp10b_isr_stall,
@@ -574,6 +575,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
574 .boot_0 = gk20a_mc_boot_0, 575 .boot_0 = gk20a_mc_boot_0,
575 .is_intr1_pending = mc_gp10b_is_intr1_pending, 576 .is_intr1_pending = mc_gp10b_is_intr1_pending,
576 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending, 577 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending,
578 .log_pending_intrs = mc_gp10b_log_pending_intrs,
577 }, 579 },
578 .debug = { 580 .debug = {
579 .show_dump = NULL, 581 .show_dump = NULL,