* cpufreq - less possible freqs with 2.6.2 and P4M
@ 2004-02-07 22:12 Georg Müller
2004-02-07 23:16 ` Måns Rullgård
0 siblings, 1 reply; 5+ messages in thread
From: Georg Müller @ 2004-02-07 22:12 UTC (permalink / raw)
To: linux-kernel
Hi,
I have a Pentium 4M at 1.8GHz.
With 2.6.0 it was possible to slow down my CPU in several steps down to
200MHz via cpufreq.
With 2.6.2 I can only switch between 1.2 and 1.8GHz (as it was with 2.4
too).
Is this change wanted?
Georg Müller
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cpufreq - less possible freqs with 2.6.2 and P4M
2004-02-07 22:12 cpufreq - less possible freqs with 2.6.2 and P4M Georg Müller
@ 2004-02-07 23:16 ` Måns Rullgård
2004-02-08 15:33 ` Georg Müller
0 siblings, 1 reply; 5+ messages in thread
From: Måns Rullgård @ 2004-02-07 23:16 UTC (permalink / raw)
To: linux-kernel
Georg Müller <georgmueller@gmx.net> writes:
> Hi,
>
> I have a Pentium 4M at 1.8GHz.
> With 2.6.0 it was possible to slow down my CPU in several steps down
> to 200MHz via cpufreq.
> With 2.6.2 I can only switch between 1.2 and 1.8GHz (as it was with
> 2.4 too).
Which cpufreq module are you using? With p4-clockmod I get lots of
choices, with acpi only the two you mentioned.
--
Måns Rullgård
mru@kth.se
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cpufreq - less possible freqs with 2.6.2 and P4M
2004-02-07 23:16 ` Måns Rullgård
@ 2004-02-08 15:33 ` Georg Müller
2004-02-08 16:12 ` Dumitru Ciobarcianu
0 siblings, 1 reply; 5+ messages in thread
From: Georg Müller @ 2004-02-08 15:33 UTC (permalink / raw)
To: linux-kernel
Måns Rullgård wrote:
> Which cpufreq module are you using? With p4-clockmod I get lots of
> choices, with acpi only the two you mentioned.
>
Ok, that works. With P4 clockmod only there are the freqs I wanted :-)
Thx,
Georg Müller
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cpufreq - less possible freqs with 2.6.2 and P4M
2004-02-08 15:33 ` Georg Müller
@ 2004-02-08 16:12 ` Dumitru Ciobarcianu
2004-02-09 14:31 ` Bruno Ducrot
0 siblings, 1 reply; 5+ messages in thread
From: Dumitru Ciobarcianu @ 2004-02-08 16:12 UTC (permalink / raw)
To: Georg Müller; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 727 bytes --]
On Sun, 2004-02-08 at 16:33 +0100, Georg Müller wrote:
> Måns Rullgård wrote:
> > Which cpufreq module are you using? With p4-clockmod I get lots of
> > choices, with acpi only the two you mentioned.
> >
>
> Ok, that works. With P4 clockmod only there are the freqs I wanted :-)
But I don't know it's having the effect you desire... :)
By monitoring /proc/acpi/battery/*/state ("present rate" key) I found
that by using p4-clockmod at the lovest rate the processor permits, it's
actually using more energy than by using speedstep_ich (only two levels
of frequency).
I don't know if this is a bug of p4-clockmod or a hw bug in my machine
though... can you please check in your machine?
--
Cioby
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: cpufreq - less possible freqs with 2.6.2 and P4M
2004-02-08 16:12 ` Dumitru Ciobarcianu
@ 2004-02-09 14:31 ` Bruno Ducrot
0 siblings, 0 replies; 5+ messages in thread
From: Bruno Ducrot @ 2004-02-09 14:31 UTC (permalink / raw)
To: Dumitru Ciobarcianu; +Cc: Georg M?ller, linux-kernel
On Sun, Feb 08, 2004 at 06:12:15PM +0200, Dumitru Ciobarcianu wrote:
> On Sun, 2004-02-08 at 16:33 +0100, Georg M??ller wrote:
> > M??ns Rullg??rd wrote:
> > > Which cpufreq module are you using? With p4-clockmod I get lots of
> > > choices, with acpi only the two you mentioned.
> > >
> >
> > Ok, that works. With P4 clockmod only there are the freqs I wanted :-)
>
> But I don't know it's having the effect you desire... :)
>
> By monitoring /proc/acpi/battery/*/state ("present rate" key) I found
> that by using p4-clockmod at the lovest rate the processor permits, it's
> actually using more energy than by using speedstep_ich (only two levels
> of frequency).
>
> I don't know if this is a bug of p4-clockmod or a hw bug in my machine
> though... can you please check in your machine?
p4-clockmod offer only the possibility to throtte the cpu (and therefore
you can get a kind of frequency setting when you change the duty cycle),
but it do not scale voltage for the processor, whereas speedstep-ich will
offer you the possibility to scale voltage and frequency by changing
directly the core multiplier.
In fact, if you have at least power control for the processor via ACPI
(look into /proc/acpi/processor/????/power), and your machine support
at least the power state C2, and if you are using the p4-clockmod,
or anything that do throttle the processor, you reduce the windows time
when the processor can enter at least this C2 power state, and this may
actually consume *more* power than you would expect, especially if the
system is mostly idle.
Cheers,
--
Bruno Ducrot
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-02-09 14:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-07 22:12 cpufreq - less possible freqs with 2.6.2 and P4M Georg Müller
2004-02-07 23:16 ` Måns Rullgård
2004-02-08 15:33 ` Georg Müller
2004-02-08 16:12 ` Dumitru Ciobarcianu
2004-02-09 14:31 ` Bruno Ducrot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.