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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index c10df2cb..6f4ab875 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -267,7 +267,6 @@ static const struct gpu_ops gv100_ops = {
267 .set_zbc_depth_entry = gm20b_ltc_set_zbc_depth_entry, 267 .set_zbc_depth_entry = gm20b_ltc_set_zbc_depth_entry,
268 .init_cbc = NULL, 268 .init_cbc = NULL,
269 .init_fs_state = gv11b_ltc_init_fs_state, 269 .init_fs_state = gv11b_ltc_init_fs_state,
270 .init_comptags = gp10b_ltc_init_comptags,
271 .cbc_ctrl = gp10b_ltc_cbc_ctrl, 270 .cbc_ctrl = gp10b_ltc_cbc_ctrl,
272 .isr = gv11b_ltc_isr, 271 .isr = gv11b_ltc_isr,
273 .cbc_fix_config = NULL, 272 .cbc_fix_config = NULL,