Re: Possible bug in eeepc-laptop.c - EeePC 900

From: Fabio Comolli
Date: Wed Mar 17 2010 - 11:47:00 EST


Hi

On Wed, Mar 17, 2010 at 3:49 PM, Alan Jenkins
<sourcejedi.lkml@xxxxxxxxxxxxxx> wrote:
> On 3/13/10, Fabio Comolli <fabio.comolli@xxxxxxxxx> wrote:
>> Well, I'm confused.
>>
>> I rebooted with the "vanilla" eeepc-laptop.c and I'm sorry to say that
>> the situation it's not like the one I described in the post I wrote 2
>> days ago. Actually the situation with the patch reverted is the same I
>> have with the patch applied.
>>
>> What I mean is that if I boot on AC power /proc/cpuinfo always reports
>> 900MHz and 1800 bogomips. It I boot on battery /proc/cpuinfo always
>> reports 630MHz and 1260 bogomips. Plugging / unplugging the AC does
>> not change the situation. Only reboot does.
>>
>> But the cpufv interface does indeed seem to work, as glxgears and
>> stellarium show the frame rate change accordingly to the powersave /
>> performance selection.
>>
>> So my question is: what does really the cpufv interface do? Is it
>> supposed to change the processor frequency?
>
> Yes, writing to cpufv asks the BIOS to set the CPU speed.

OK

>
>> And if the answer to the latest question is affirmative, why
>> /proc/cpuinfo seems to ignore it?
>
> It's because eeepc-laptop doesn't register as a real cpufreq driver.
> The BIOS doesn't tell us what frequency it switches to. ÂTheoretically
> you could re-use the boot code, but I'm not sure how you would make it
> co-operate with the cpufreq core.

OK, now I understand. Thanks. So it seems that the only way to get the
actual CPU frequency is to query the cpufv sysfs file. Good to know.

Unless someone with the required knowledge comes up with the code
needed to register eeepc-laptop as a real cpufreq driver (hint, hint
:-) )

>
> Alan
>

Thanks,
Fabio
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/