summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index a79071b7..42969805 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -759,6 +759,8 @@ static const struct gpu_ops gv11b_ops = {
759 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending, 759 .is_intr_hub_pending = gv11b_mc_is_intr_hub_pending,
760 .is_stall_and_eng_intr_pending = 760 .is_stall_and_eng_intr_pending =
761 gv11b_mc_is_stall_and_eng_intr_pending, 761 gv11b_mc_is_stall_and_eng_intr_pending,
762 .reset_mask = gm20b_mc_reset_mask,
763 .is_enabled = gm20b_mc_is_enabled,
762 }, 764 },
763 .debug = { 765 .debug = {
764 .show_dump = gk20a_debug_show_dump, 766 .show_dump = gk20a_debug_show_dump,