summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/intel_pstate.c
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-07-25 06:11:16 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-07-28 21:54:16 (GMT)
commit067b7ce083df6c69e67345bdba658ab59274cc01 (patch)
tree868c5698b001c902fbad61e4afb9b8c2b1581536 /drivers/cpufreq/intel_pstate.c
parent523d939ef98fd712632d93a5a2b588e477a7565e (diff)
downloadlinux-067b7ce083df6c69e67345bdba658ab59274cc01.tar.xz
PM / OPP: optimize dev_pm_opp_set_rate() performance a bit
In dev_pm_opp_set_rate(), _find_opp_table() is called 4 times: once by _get_opp_clk(), once by dev_pm_opp_set_rate() itself, and twice by dev_pm_opp_find_freq_ceil(). If there are several opp_tables in the system, three times of opp table finding is a big waste. This patch reduced the call of _find_opp_table() to twice. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/intel_pstate.c')
0 files changed, 0 insertions, 0 deletions