From b49903b51c8cbda42eebd733d83b8cc1e9349700 Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Wed, 22 Oct 2014 15:47:06 -0700 Subject: dvfs: tegra21: Rename predict interfaces Renamed predict voltage interfaces to clarify temperature dependencies accounted for each interface. Change-Id: Ic76b25a6a8b22f9268d4b3e4186c53b6c3461192 Signed-off-by: Alex Frid Reviewed-on: http://git-master/r/562194 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu --- drivers/gpu/nvgpu/gm20b/clk_gm20b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c') 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) { struct na_dvfs *d = &gpll->dvfs; - d->mv = tegra_dvfs_predict_millivolts_t( + d->mv = tegra_dvfs_predict_mv_at_hz_cur_tfloor( clk_get_parent(g->clk.tegra_clk), rate_gpc2clk_to_gpu(gpll->freq)); clk_config_dvfs_detection(d->mv, d); -- cgit v1.2.2