summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index d32f644d..2b0c07d8 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -623,6 +623,7 @@ static const struct gpu_ops gp10b_ops = {
623 .apply_smpc_war = gp10b_apply_smpc_war, 623 .apply_smpc_war = gp10b_apply_smpc_war,
624 }, 624 },
625 .mc = { 625 .mc = {
626 .intr_mask = mc_gp10b_intr_mask,
626 .intr_enable = mc_gp10b_intr_enable, 627 .intr_enable = mc_gp10b_intr_enable,
627 .intr_unit_config = mc_gp10b_intr_unit_config, 628 .intr_unit_config = mc_gp10b_intr_unit_config,
628 .isr_stall = mc_gp10b_isr_stall, 629 .isr_stall = mc_gp10b_isr_stall,
@@ -638,6 +639,7 @@ static const struct gpu_ops gp10b_ops = {
638 .reset = gk20a_mc_reset, 639 .reset = gk20a_mc_reset,
639 .boot_0 = gk20a_mc_boot_0, 640 .boot_0 = gk20a_mc_boot_0,
640 .is_intr1_pending = mc_gp10b_is_intr1_pending, 641 .is_intr1_pending = mc_gp10b_is_intr1_pending,
642 .log_pending_intrs = mc_gp10b_log_pending_intrs,
641 }, 643 },
642 .debug = { 644 .debug = {
643 .show_dump = gk20a_debug_show_dump, 645 .show_dump = gk20a_debug_show_dump,