summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 9fe76573..72db457b 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -104,7 +104,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
104 .cbc_ctrl = NULL, 104 .cbc_ctrl = NULL,
105 .isr = gv11b_ltc_isr, 105 .isr = gv11b_ltc_isr,
106 .flush = gm20b_flush_ltc, 106 .flush = gm20b_flush_ltc,
107 .set_enabled = gp10b_ltc_set_enabled, 107 .set_enabled = NULL,
108 }, 108 },
109 .ce2 = { 109 .ce2 = {
110 .isr_stall = gv11b_ce_isr, 110 .isr_stall = gv11b_ce_isr,