summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-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 bbf02aab..23a2177c 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -720,6 +720,8 @@ static const struct gpu_ops gp106_ops = {
720 .reset = gm20b_mc_reset, 720 .reset = gm20b_mc_reset,
721 .is_intr1_pending = mc_gp10b_is_intr1_pending, 721 .is_intr1_pending = mc_gp10b_is_intr1_pending,
722 .log_pending_intrs = mc_gp10b_log_pending_intrs, 722 .log_pending_intrs = mc_gp10b_log_pending_intrs,
723 .reset_mask = gm20b_mc_reset_mask,
724 .is_enabled = gm20b_mc_is_enabled,
723 }, 725 },
724 .debug = { 726 .debug = {
725 .show_dump = gk20a_debug_show_dump, 727 .show_dump = gk20a_debug_show_dump,