summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/ltc/ltc_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/ltc/ltc_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/common/ltc/ltc_gp10b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/ltc/ltc_gp10b.h b/drivers/gpu/nvgpu/common/ltc/ltc_gp10b.h
index c1a2bf64..2be3f33e 100644
--- a/drivers/gpu/nvgpu/common/ltc/ltc_gp10b.h
+++ b/drivers/gpu/nvgpu/common/ltc/ltc_gp10b.h
@@ -22,6 +22,7 @@
22 22
23#ifndef LTC_GP10B_H 23#ifndef LTC_GP10B_H
24#define LTC_GP10B_H 24#define LTC_GP10B_H
25struct gk20a;
25struct gpu_ops; 26struct gpu_ops;
26 27
27void gp10b_ltc_isr(struct gk20a *g); 28void gp10b_ltc_isr(struct gk20a *g);
@@ -32,4 +33,6 @@ void gp10b_ltc_init_fs_state(struct gk20a *g);
32int gp10b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op, 33int gp10b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op,
33 u32 min, u32 max); 34 u32 min, u32 max);
34void gp10b_ltc_set_enabled(struct gk20a *g, bool enabled); 35void gp10b_ltc_set_enabled(struct gk20a *g, bool enabled);
36void gp10b_ltc_lts_isr(struct gk20a *g,
37 unsigned int ltc, unsigned int slice);
35#endif 38#endif