Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1735153 > unrolled thread
| Started by | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| First post | 2017-09-19 20:40 +0200 |
| Last post | 2017-09-19 20:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 02/10] cpufreq: provide default frequency-invariance setter function Viresh Kumar <viresh.kumar@linaro.org> - 2017-09-19 20:40 +0200
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2017-09-19 20:40 +0200 |
| Subject | Re: [PATCH v4 02/10] cpufreq: provide default frequency-invariance setter function |
| Message-ID | <urvB8-tP-13@gated-at.bofh.it> |
On 25-08-17, 15:31, Dietmar Eggemann wrote: > Frequency-invariant accounting support based on the ratio of current > frequency and maximum supported frequency is an optional feature an arch > can implement. > > Since there are cpufreq drivers (e.g. cpufreq-dt) which can be build for > different arch's a default implementation of the frequency-invariance > setter function arch_set_freq_scale() is needed. > > This default implementation is an empty weak function which will be > overwritten by a strong function in case the arch provides one. > > The setter function passes the cpumask of related (to the frequency > change) cpus (online and offline cpus), the (new) current frequency and > the maximum supported frequency. > > Cc: Rafael J. Wysocki <rjw@rjwysocki.net> > Cc: Viresh Kumar <viresh.kumar@linaro.org> > Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com> > --- > drivers/cpufreq/cpufreq.c | 6 ++++++ > include/linux/cpufreq.h | 3 +++ > 2 files changed, 9 insertions(+) Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh
Back to top | Article view | linux.kernel
csiph-web