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 55c96274..1037b11b 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -592,6 +592,8 @@ static const struct gpu_ops gm20b_ops = {
592 .reset = gm20b_mc_reset, 592 .reset = gm20b_mc_reset,
593 .is_intr1_pending = gm20b_mc_is_intr1_pending, 593 .is_intr1_pending = gm20b_mc_is_intr1_pending,
594 .log_pending_intrs = gm20b_mc_log_pending_intrs, 594 .log_pending_intrs = gm20b_mc_log_pending_intrs,
595 .reset_mask = gm20b_mc_reset_mask,
596 .is_enabled = gm20b_mc_is_enabled,
595 }, 597 },
596 .debug = { 598 .debug = {
597 .show_dump = gk20a_debug_show_dump, 599 .show_dump = gk20a_debug_show_dump,