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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk.h b/drivers/gpu/nvgpu/clk/clk.h
index 5a6aeae3..3f4bdf73 100644
--- a/drivers/gpu/nvgpu/clk/clk.h
+++ b/drivers/gpu/nvgpu/clk/clk.h
@@ -138,6 +138,7 @@ u32 nvgpu_clk_vf_change_inject_data_fill_gp10x(struct gk20a *g,
138 struct nv_pmu_clk_rpc *rpccall, 138 struct nv_pmu_clk_rpc *rpccall,
139 struct set_fll_clk *setfllclk); 139 struct set_fll_clk *setfllclk);
140u32 nvgpu_clk_set_boot_fll_clk_gv10x(struct gk20a *g); 140u32 nvgpu_clk_set_boot_fll_clk_gv10x(struct gk20a *g);
141int nvgpu_clk_set_fll_clk_gv10x(struct gk20a *g);
141int clk_pmu_freq_effective_avg_load(struct gk20a *g, bool bload); 142int clk_pmu_freq_effective_avg_load(struct gk20a *g, bool bload);
142u32 clk_freq_effective_avg(struct gk20a *g, u32 clkDomainMask); 143u32 clk_freq_effective_avg(struct gk20a *g, u32 clkDomainMask);
143#endif /* NVGPU_CLK_H */ 144#endif /* NVGPU_CLK_H */