Re: [PATCH V6 4/4] cpufreq: CPPC: Add support for frequency invariance

2021-03-21 Thread Viresh Kumar
On 19-03-21, 17:20, Rafael J. Wysocki wrote: > Sorry for the delay. > > Acked-by: Rafael J. Wysocki Thanks. > and I'm assuming that either you or the sched guys will take care of it. Yeah, I have already queued this up. -- viresh

Re: [PATCH V6 4/4] cpufreq: CPPC: Add support for frequency invariance

2021-03-19 Thread Rafael J. Wysocki
On Wed, Mar 10, 2021 at 6:24 AM Viresh Kumar wrote: > > The Frequency Invariance Engine (FIE) is providing a frequency scaling > correction factor that helps achieve more accurate load-tracking. > > Normally, this scaling factor can be obtained directly with the help of > the cpufreq drivers as

[PATCH V6 4/4] cpufreq: CPPC: Add support for frequency invariance

2021-03-09 Thread Viresh Kumar
The Frequency Invariance Engine (FIE) is providing a frequency scaling correction factor that helps achieve more accurate load-tracking. Normally, this scaling factor can be obtained directly with the help of the cpufreq drivers as they know the exact frequency the hardware is running at. But