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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 2e2c3b8f..f7fabf68 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -473,6 +473,7 @@ static const struct gpu_ops gv11b_ops = {
473 .read_wpr_info = gm20b_fb_read_wpr_info, 473 .read_wpr_info = gm20b_fb_read_wpr_info,
474 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled, 474 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled,
475 .set_debug_mode = gm20b_fb_set_debug_mode, 475 .set_debug_mode = gm20b_fb_set_debug_mode,
476 .set_mmu_debug_mode = gm20b_fb_set_mmu_debug_mode,
476 .tlb_invalidate = gm20b_fb_tlb_invalidate, 477 .tlb_invalidate = gm20b_fb_tlb_invalidate,
477 .hub_isr = gv11b_fb_hub_isr, 478 .hub_isr = gv11b_fb_hub_isr,
478 .handle_replayable_fault = gv11b_fb_handle_replayable_mmu_fault, 479 .handle_replayable_fault = gv11b_fb_handle_replayable_mmu_fault,