summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 0865ace4..9898c683 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -352,6 +352,7 @@ static const struct gpu_ops gm20b_ops = {
352 .read_wpr_info = gm20b_fb_read_wpr_info, 352 .read_wpr_info = gm20b_fb_read_wpr_info,
353 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled, 353 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled,
354 .set_debug_mode = gm20b_fb_set_debug_mode, 354 .set_debug_mode = gm20b_fb_set_debug_mode,
355 .set_mmu_debug_mode = gm20b_fb_set_mmu_debug_mode,
355 .tlb_invalidate = gm20b_fb_tlb_invalidate, 356 .tlb_invalidate = gm20b_fb_tlb_invalidate,
356 .mem_unlock = NULL, 357 .mem_unlock = NULL,
357 }, 358 },