Re: [PATCH v6 02/14] sched/cpufreq: Factor out utilization to frequency mapping

2018-09-10 Thread Rafael J. Wysocki
On Monday, August 20, 2018 11:44:08 AM CEST Quentin Perret wrote: > The schedutil governor maps utilization values to frequencies by applying > a 25% margin. Since this sort of mapping mechanism can be needed by other > users (i.e. EAS), factor the utilization-to-frequency mapping code out > of sch

[PATCH v6 02/14] sched/cpufreq: Factor out utilization to frequency mapping

2018-08-20 Thread Quentin Perret
The schedutil governor maps utilization values to frequencies by applying a 25% margin. Since this sort of mapping mechanism can be needed by other users (i.e. EAS), factor the utilization-to-frequency mapping code out of schedutil and move it to include/linux/sched/cpufreq.h to avoid code duplicat