summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk.h')
-rw-r--r--drivers/gpu/nvgpu/clk/clk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk.h b/drivers/gpu/nvgpu/clk/clk.h
index 70b04fc4..cd65f6f5 100644
--- a/drivers/gpu/nvgpu/clk/clk.h
+++ b/drivers/gpu/nvgpu/clk/clk.h
@@ -143,4 +143,6 @@ u32 nvgpu_clk_vf_change_inject_data_fill_gp10x(struct gk20a *g,
143 struct nv_pmu_clk_rpc *rpccall, 143 struct nv_pmu_clk_rpc *rpccall,
144 struct set_fll_clk *setfllclk); 144 struct set_fll_clk *setfllclk);
145u32 nvgpu_clk_set_boot_fll_clk_gv10x(struct gk20a *g); 145u32 nvgpu_clk_set_boot_fll_clk_gv10x(struct gk20a *g);
146int clk_pmu_freq_effective_avg_load(struct gk20a *g, bool bload);
147u32 clk_freq_effective_avg(struct gk20a *g, u32 clkDomainMask);
146#endif 148#endif