mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user