summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-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 2548cd16..2711ea97 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -433,7 +433,7 @@ static const struct gpu_ops gv11b_ops = {
433 .init_hw = gv11b_fb_init_hw, 433 .init_hw = gv11b_fb_init_hw,
434 .init_fs_state = gv11b_fb_init_fs_state, 434 .init_fs_state = gv11b_fb_init_fs_state,
435 .init_cbc = gv11b_fb_init_cbc, 435 .init_cbc = gv11b_fb_init_cbc,
436 .set_mmu_page_size = gm20b_fb_set_mmu_page_size, 436 .set_mmu_page_size = NULL,
437 .set_use_full_comp_tag_line = 437 .set_use_full_comp_tag_line =
438 gm20b_fb_set_use_full_comp_tag_line, 438 gm20b_fb_set_use_full_comp_tag_line,
439 .mmu_ctrl = gm20b_fb_mmu_ctrl, 439 .mmu_ctrl = gm20b_fb_mmu_ctrl,