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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 09a96d40..6ebf1675 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -283,6 +283,7 @@ static const struct gpu_ops gv100_ops = {
283 .cbc_fix_config = NULL, 283 .cbc_fix_config = NULL,
284 .flush = gm20b_flush_ltc, 284 .flush = gm20b_flush_ltc,
285 .set_enabled = gp10b_ltc_set_enabled, 285 .set_enabled = gp10b_ltc_set_enabled,
286 .intr_en_illegal_compstat = gv11b_ltc_intr_en_illegal_compstat,
286 }, 287 },
287 .ce2 = { 288 .ce2 = {
288 .isr_stall = gv11b_ce_isr, 289 .isr_stall = gv11b_ce_isr,