summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 37d0e91e..c1ec87eb 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -408,7 +408,7 @@ static const struct gpu_ops gp106_ops = {
408 .fb = { 408 .fb = {
409 .init_hw = gm20b_fb_init_hw, 409 .init_hw = gm20b_fb_init_hw,
410 .init_fs_state = gp106_fb_init_fs_state, 410 .init_fs_state = gp106_fb_init_fs_state,
411 .set_mmu_page_size = gm20b_fb_set_mmu_page_size, 411 .set_mmu_page_size = NULL,
412 .set_use_full_comp_tag_line = 412 .set_use_full_comp_tag_line =
413 gm20b_fb_set_use_full_comp_tag_line, 413 gm20b_fb_set_use_full_comp_tag_line,
414 .mmu_ctrl = gm20b_fb_mmu_ctrl, 414 .mmu_ctrl = gm20b_fb_mmu_ctrl,