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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
index c7524264..288e193a 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
@@ -18,4 +18,11 @@
18struct gpu_ops; 18struct gpu_ops;
19 19
20void gm20b_init_ltc(struct gpu_ops *gops); 20void gm20b_init_ltc(struct gpu_ops *gops);
21void gm20b_ltc_init_fs_state(struct gk20a *g);
22int gm20b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op,
23 u32 min, u32 max);
24void gm20b_ltc_g_elpg_flush_locked(struct gk20a *g);
25void gm20b_ltc_isr(struct gk20a *g);
26u32 gm20b_ltc_cbc_fix_config(struct gk20a *g, int base);
27void gm20b_flush_ltc(struct gk20a *g);
21#endif 28#endif