summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 38778da7..4a891a82 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -204,9 +204,7 @@ static const struct gpu_ops gp106_ops = {
204 .isr = gp10b_ltc_isr, 204 .isr = gp10b_ltc_isr,
205 .cbc_fix_config = NULL, 205 .cbc_fix_config = NULL,
206 .flush = gm20b_flush_ltc, 206 .flush = gm20b_flush_ltc,
207#ifdef CONFIG_DEBUG_FS 207 .set_enabled = gp10b_ltc_set_enabled,
208 .sync_debugfs = gp10b_ltc_sync_debugfs,
209#endif
210 }, 208 },
211 .ce2 = { 209 .ce2 = {
212 .isr_stall = gp10b_ce_isr, 210 .isr_stall = gp10b_ce_isr,