summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2014-10-22 18:47:06 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:12:18 -0400
commitb49903b51c8cbda42eebd733d83b8cc1e9349700 (patch)
treea399d4bf3b9668355a4e676b72ada46e7277235a /drivers/gpu/nvgpu/gm20b/clk_gm20b.c
parentf6927096e902d179c70711ad2c8c0add1b98b310 (diff)
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 <afrid@nvidia.com> Reviewed-on: http://git-master/r/562194 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c')
-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);