Hi, the cpufreq interactive governor computes the maximum target speed of
all CPUs of policy->cpus and sets that speed (at
cpufreq_interactive_speedchange_task). All platform layer cpufreq
implementations (that I know of) do the same thing underneath as well.
Todd
On Mon, Feb 4, 2013 at 3:36 A
Thanks Viresh, I'm out of the office right now but will look at this more
closely early next year.
There's discussions starting among various folks about how to handle
big.LITTLE and what role cpufreq governors vs. platform code play a part in
that, so all this will probably be something a little
On Tue, Dec 18, 2012 at 8:46 PM, Nicolas Pitre wrote:
> On Tue, 18 Dec 2012, Todd Poynor wrote:
>
>> I put this up on AOSP Gerrit at
>> https://android-review.googlesource.com/#/c/48233/ with a minor change
>> to the semaphore field name to be more descriptive and to ident
I put this up on AOSP Gerrit at
https://android-review.googlesource.com/#/c/48233/ with a minor change
to the semaphore field name to be more descriptive and to identify it
as a semaphore.
After some out-of-band discussion it was agreed the race with the idle
notifier definitely exists, but the ra
Thanks, I'll merge this to android-3.4 soon.
Todd
On Thu, Dec 13, 2012 at 9:47 AM, Viresh Kumar wrote:
> From: Nicolas Pitre
>
> Relying on pcpu->governor_enabled alone to ensure proper shutdown
> of the governor activities is flawed. The following race is perfectly
> possible:
>
> CPU0