summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index c16cd3e5..7861e438 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -155,9 +155,7 @@ static const struct gpu_ops gm20b_ops = {
155 .isr = gm20b_ltc_isr, 155 .isr = gm20b_ltc_isr,
156 .cbc_fix_config = gm20b_ltc_cbc_fix_config, 156 .cbc_fix_config = gm20b_ltc_cbc_fix_config,
157 .flush = gm20b_flush_ltc, 157 .flush = gm20b_flush_ltc,
158#ifdef CONFIG_DEBUG_FS 158 .set_enabled = gm20b_ltc_set_enabled,
159 .sync_debugfs = gm20b_ltc_sync_debugfs,
160#endif
161 }, 159 },
162 .ce2 = { 160 .ce2 = {
163 .isr_stall = gk20a_ce2_isr, 161 .isr_stall = gk20a_ce2_isr,