summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-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 6103b923..f8302621 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -267,7 +267,7 @@ static const struct gpu_ops gv100_ops = {
267 .init_cbc = NULL, 267 .init_cbc = NULL,
268 .init_fs_state = gv11b_ltc_init_fs_state, 268 .init_fs_state = gv11b_ltc_init_fs_state,
269 .init_comptags = gp10b_ltc_init_comptags, 269 .init_comptags = gp10b_ltc_init_comptags,
270 .cbc_ctrl = gm20b_ltc_cbc_ctrl, 270 .cbc_ctrl = gp10b_ltc_cbc_ctrl,
271 .isr = gv11b_ltc_isr, 271 .isr = gv11b_ltc_isr,
272 .cbc_fix_config = NULL, 272 .cbc_fix_config = NULL,
273 .flush = gm20b_flush_ltc, 273 .flush = gm20b_flush_ltc,