summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
index b9e44b03..987dd186 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -95,7 +95,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
95 .init_comptags = vgpu_ltc_init_comptags, 95 .init_comptags = vgpu_ltc_init_comptags,
96 .cbc_ctrl = NULL, 96 .cbc_ctrl = NULL,
97 .isr = gv11b_ltc_isr, 97 .isr = gv11b_ltc_isr,
98 .cbc_fix_config = gv11b_ltc_cbc_fix_config,
99 .flush = gm20b_flush_ltc, 98 .flush = gm20b_flush_ltc,
100 .set_enabled = gp10b_ltc_set_enabled, 99 .set_enabled = gp10b_ltc_set_enabled,
101 }, 100 },