summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 41850c91..f51d4c35 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -291,6 +291,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
291 .read_wpr_info = NULL, 291 .read_wpr_info = NULL,
292 .is_debug_mode_enabled = NULL, 292 .is_debug_mode_enabled = NULL,
293 .set_debug_mode = vgpu_mm_mmu_set_debug_mode, 293 .set_debug_mode = vgpu_mm_mmu_set_debug_mode,
294 .set_mmu_debug_mode = NULL,
294 .tlb_invalidate = vgpu_mm_tlb_invalidate, 295 .tlb_invalidate = vgpu_mm_tlb_invalidate,
295 .hub_isr = gv11b_fb_hub_isr, 296 .hub_isr = gv11b_fb_hub_isr,
296 .enable_hub_intr = gv11b_fb_enable_hub_intr, 297 .enable_hub_intr = gv11b_fb_enable_hub_intr,