summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 30349304..7e94d6c7 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -578,6 +578,7 @@ static const struct gpu_ops gm20b_ops = {
578 .apply_smpc_war = gm20b_apply_smpc_war, 578 .apply_smpc_war = gm20b_apply_smpc_war,
579 }, 579 },
580 .mc = { 580 .mc = {
581 .intr_mask = mc_gk20a_intr_mask,
581 .intr_enable = mc_gk20a_intr_enable, 582 .intr_enable = mc_gk20a_intr_enable,
582 .intr_unit_config = mc_gk20a_intr_unit_config, 583 .intr_unit_config = mc_gk20a_intr_unit_config,
583 .isr_stall = mc_gk20a_isr_stall, 584 .isr_stall = mc_gk20a_isr_stall,
@@ -593,6 +594,7 @@ static const struct gpu_ops gm20b_ops = {
593 .reset = gk20a_mc_reset, 594 .reset = gk20a_mc_reset,
594 .boot_0 = gk20a_mc_boot_0, 595 .boot_0 = gk20a_mc_boot_0,
595 .is_intr1_pending = mc_gk20a_is_intr1_pending, 596 .is_intr1_pending = mc_gk20a_is_intr1_pending,
597 .log_pending_intrs = mc_gk20a_log_pending_intrs,
596 }, 598 },
597 .debug = { 599 .debug = {
598 .show_dump = gk20a_debug_show_dump, 600 .show_dump = gk20a_debug_show_dump,