summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index eb150ce8..286ed3c7 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -694,6 +694,7 @@ static const struct gpu_ops gp106_ops = {
694 .apply_smpc_war = gp106_apply_smpc_war, 694 .apply_smpc_war = gp106_apply_smpc_war,
695 }, 695 },
696 .mc = { 696 .mc = {
697 .intr_mask = mc_gp10b_intr_mask,
697 .intr_enable = mc_gp10b_intr_enable, 698 .intr_enable = mc_gp10b_intr_enable,
698 .intr_unit_config = mc_gp10b_intr_unit_config, 699 .intr_unit_config = mc_gp10b_intr_unit_config,
699 .isr_stall = mc_gp10b_isr_stall, 700 .isr_stall = mc_gp10b_isr_stall,
@@ -709,6 +710,7 @@ static const struct gpu_ops gp106_ops = {
709 .reset = gk20a_mc_reset, 710 .reset = gk20a_mc_reset,
710 .boot_0 = gk20a_mc_boot_0, 711 .boot_0 = gk20a_mc_boot_0,
711 .is_intr1_pending = mc_gp10b_is_intr1_pending, 712 .is_intr1_pending = mc_gp10b_is_intr1_pending,
713 .log_pending_intrs = mc_gp10b_log_pending_intrs,
712 }, 714 },
713 .debug = { 715 .debug = {
714 .show_dump = gk20a_debug_show_dump, 716 .show_dump = gk20a_debug_show_dump,