Re: [PATCH V3 resend] cpufreq: Cap the default transition delay value to 10 ms

2017-08-22 Thread Rafael J. Wysocki
On Thursday, August 17, 2017 5:42:27 AM CEST Viresh Kumar wrote: > If transition_delay_us isn't defined by the cpufreq driver, the default > value of transition delay (time after which the cpufreq governor will > try updating the frequency again) is currently calculated by multiplying > transition_

[PATCH V3 resend] cpufreq: Cap the default transition delay value to 10 ms

2017-08-16 Thread Viresh Kumar
If transition_delay_us isn't defined by the cpufreq driver, the default value of transition delay (time after which the cpufreq governor will try updating the frequency again) is currently calculated by multiplying transition_latency (nsec) with LATENCY_MULTIPLIER (1000) and then converting this ti