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, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
index b5661d4e..3b4b16e3 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.h
@@ -35,4 +35,8 @@ int gm20b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op,
35void gm20b_ltc_isr(struct gk20a *g); 35void gm20b_ltc_isr(struct gk20a *g);
36u32 gm20b_ltc_cbc_fix_config(struct gk20a *g, int base); 36u32 gm20b_ltc_cbc_fix_config(struct gk20a *g, int base);
37void gm20b_flush_ltc(struct gk20a *g); 37void gm20b_flush_ltc(struct gk20a *g);
38int gm20b_ltc_alloc_phys_cbc(struct gk20a *g,
39 size_t compbit_backing_size);
40int gm20b_ltc_alloc_virt_cbc(struct gk20a *g,
41 size_t compbit_backing_size);
38#endif 42#endif