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 68562955..7a57672e 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -236,7 +236,7 @@ static const struct gpu_ops gp106_ops = {
236 .init_cbc = NULL, 236 .init_cbc = NULL,
237 .init_fs_state = gm20b_ltc_init_fs_state, 237 .init_fs_state = gm20b_ltc_init_fs_state,
238 .init_comptags = gp10b_ltc_init_comptags, 238 .init_comptags = gp10b_ltc_init_comptags,
239 .cbc_ctrl = gm20b_ltc_cbc_ctrl, 239 .cbc_ctrl = gp10b_ltc_cbc_ctrl,
240 .isr = gp10b_ltc_isr, 240 .isr = gp10b_ltc_isr,
241 .cbc_fix_config = NULL, 241 .cbc_fix_config = NULL,
242 .flush = gm20b_flush_ltc, 242 .flush = gm20b_flush_ltc,