summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 2a381f55..a4b8e836 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -470,7 +470,7 @@ static const struct gpu_ops gv100_ops = {
470 .fb = { 470 .fb = {
471 .init_hw = gv11b_fb_init_hw, 471 .init_hw = gv11b_fb_init_hw,
472 .init_fs_state = gp106_fb_init_fs_state, 472 .init_fs_state = gp106_fb_init_fs_state,
473 .set_mmu_page_size = gm20b_fb_set_mmu_page_size, 473 .set_mmu_page_size = NULL,
474 .set_use_full_comp_tag_line = 474 .set_use_full_comp_tag_line =
475 gm20b_fb_set_use_full_comp_tag_line, 475 gm20b_fb_set_use_full_comp_tag_line,
476 .mmu_ctrl = gm20b_fb_mmu_ctrl, 476 .mmu_ctrl = gm20b_fb_mmu_ctrl,