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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 42969805..6a2dae77 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -430,7 +430,6 @@ static const struct gpu_ops gv11b_ops = {
430 .set_debug_mode = gm20b_gr_set_debug_mode, 430 .set_debug_mode = gm20b_gr_set_debug_mode,
431 }, 431 },
432 .fb = { 432 .fb = {
433 .reset = gv11b_fb_reset,
434 .init_hw = gv11b_fb_init_hw, 433 .init_hw = gv11b_fb_init_hw,
435 .init_fs_state = gv11b_fb_init_fs_state, 434 .init_fs_state = gv11b_fb_init_fs_state,
436 .init_cbc = gv11b_fb_init_cbc, 435 .init_cbc = gv11b_fb_init_cbc,
@@ -761,6 +760,7 @@ static const struct gpu_ops gv11b_ops = {
761 gv11b_mc_is_stall_and_eng_intr_pending, 760 gv11b_mc_is_stall_and_eng_intr_pending,
762 .reset_mask = gm20b_mc_reset_mask, 761 .reset_mask = gm20b_mc_reset_mask,
763 .is_enabled = gm20b_mc_is_enabled, 762 .is_enabled = gm20b_mc_is_enabled,
763 .fb_reset = NULL,
764 }, 764 },
765 .debug = { 765 .debug = {
766 .show_dump = gk20a_debug_show_dump, 766 .show_dump = gk20a_debug_show_dump,