summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
index 3b4b16e3..bfd501d6 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
@@ -26,9 +26,7 @@ void gm20b_ltc_set_zbc_depth_entry(struct gk20a *g,
26 struct zbc_entry *depth_val, 26 struct zbc_entry *depth_val,
27 u32 index); 27 u32 index);
28void gm20b_ltc_init_cbc(struct gk20a *g, struct gr_gk20a *gr); 28void gm20b_ltc_init_cbc(struct gk20a *g, struct gr_gk20a *gr);
29#ifdef CONFIG_DEBUG_FS 29void gm20b_ltc_set_enabled(struct gk20a *g, bool enabled);
30void gm20b_ltc_sync_debugfs(struct gk20a *g);
31#endif
32void gm20b_ltc_init_fs_state(struct gk20a *g); 30void gm20b_ltc_init_fs_state(struct gk20a *g);
33int gm20b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op, 31int gm20b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op,
34 u32 min, u32 max); 32 u32 min, u32 max);