summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index b7ad9743..2c6a57d4 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -369,7 +369,7 @@ static const struct gpu_ops gp10b_ops = {
369 .fb = { 369 .fb = {
370 .init_hw = gm20b_fb_init_hw, 370 .init_hw = gm20b_fb_init_hw,
371 .init_fs_state = fb_gm20b_init_fs_state, 371 .init_fs_state = fb_gm20b_init_fs_state,
372 .set_mmu_page_size = gm20b_fb_set_mmu_page_size, 372 .set_mmu_page_size = NULL,
373 .set_use_full_comp_tag_line = 373 .set_use_full_comp_tag_line =
374 gm20b_fb_set_use_full_comp_tag_line, 374 gm20b_fb_set_use_full_comp_tag_line,
375 .mmu_ctrl = gm20b_fb_mmu_ctrl, 375 .mmu_ctrl = gm20b_fb_mmu_ctrl,