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.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 f71c70f5..298d4f2b 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -296,6 +296,7 @@ static const struct gpu_ops gm20b_ops = {
296 .compressible_page_size = gm20b_fb_compressible_page_size, 296 .compressible_page_size = gm20b_fb_compressible_page_size,
297 .vpr_info_fetch = gm20b_fb_vpr_info_fetch, 297 .vpr_info_fetch = gm20b_fb_vpr_info_fetch,
298 .dump_vpr_wpr_info = gm20b_fb_dump_vpr_wpr_info, 298 .dump_vpr_wpr_info = gm20b_fb_dump_vpr_wpr_info,
299 .read_wpr_info = gm20b_fb_read_wpr_info,
299 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled, 300 .is_debug_mode_enabled = gm20b_fb_debug_mode_enabled,
300 .set_debug_mode = gm20b_fb_set_debug_mode, 301 .set_debug_mode = gm20b_fb_set_debug_mode,
301 .tlb_invalidate = gk20a_fb_tlb_invalidate, 302 .tlb_invalidate = gk20a_fb_tlb_invalidate,