Searched hist:aa7519af450d3c62a057aece24877c34562fa25a (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq_governor.c | diff aa7519af450d3c62a057aece24877c34562fa25a Wed Jul 19 05:12:42 CDT 2017 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Use transition_delay_us for legacy governors as well
The policy->transition_delay_us field is used only by the schedutil governor currently, and this field describes how fast the driver wants the cpufreq governor to change CPUs frequency. It should rather be a common thing across all governors, as it doesn't have any schedutil dependency here.
Create a new helper cpufreq_policy_transition_delay_us() to get the transition delay across all governors.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
H A D | cpufreq.c | diff aa7519af450d3c62a057aece24877c34562fa25a Wed Jul 19 05:12:42 CDT 2017 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Use transition_delay_us for legacy governors as well
The policy->transition_delay_us field is used only by the schedutil governor currently, and this field describes how fast the driver wants the cpufreq governor to change CPUs frequency. It should rather be a common thing across all governors, as it doesn't have any schedutil dependency here.
Create a new helper cpufreq_policy_transition_delay_us() to get the transition delay across all governors.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
/openbmc/linux/kernel/sched/ |
H A D | cpufreq_schedutil.c | diff aa7519af450d3c62a057aece24877c34562fa25a Wed Jul 19 05:12:42 CDT 2017 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Use transition_delay_us for legacy governors as well
The policy->transition_delay_us field is used only by the schedutil governor currently, and this field describes how fast the driver wants the cpufreq governor to change CPUs frequency. It should rather be a common thing across all governors, as it doesn't have any schedutil dependency here.
Create a new helper cpufreq_policy_transition_delay_us() to get the transition delay across all governors.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
/openbmc/linux/include/linux/ |
H A D | cpufreq.h | diff aa7519af450d3c62a057aece24877c34562fa25a Wed Jul 19 05:12:42 CDT 2017 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: Use transition_delay_us for legacy governors as well
The policy->transition_delay_us field is used only by the schedutil governor currently, and this field describes how fast the driver wants the cpufreq governor to change CPUs frequency. It should rather be a common thing across all governors, as it doesn't have any schedutil dependency here.
Create a new helper cpufreq_policy_transition_delay_us() to get the transition delay across all governors.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|