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>
This commit is contained in:
Alex Frid
2014-10-22 15:47:06 -07:00
committed by Dan Willemsen
parent f6927096e9
commit b49903b51c

View File

@@ -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);