summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index 759f9f2a..8dda85b1 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -322,7 +322,7 @@ static void clk_config_dvfs(struct gk20a *g, struct pll *gpll)
322{ 322{
323 struct na_dvfs *d = &gpll->dvfs; 323 struct na_dvfs *d = &gpll->dvfs;
324 324
325 d->mv = tegra_dvfs_predict_millivolts_t( 325 d->mv = tegra_dvfs_predict_mv_at_hz_cur_tfloor(
326 clk_get_parent(g->clk.tegra_clk), 326 clk_get_parent(g->clk.tegra_clk),
327 rate_gpc2clk_to_gpu(gpll->freq)); 327 rate_gpc2clk_to_gpu(gpll->freq));
328 clk_config_dvfs_detection(d->mv, d); 328 clk_config_dvfs_detection(d->mv, d);