From: Len Brown <lenb@kernel.org>
To: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: linux-acpi@vger.kernel.org, linux-thinkpad@linux-thinkpad.org
Subject: Re: Fwd: [patch] ACPI: fix cpufreq regression
Date: Wed, 24 Jan 2007 00:07:56 -0500 [thread overview]
Message-ID: <200701240007.56413.lenb@kernel.org> (raw)
In-Reply-To: <20070117142522.GA6245@khazad-dum.debian.net>
On Wednesday 17 January 2007 09:25, you wrote:
> On Tue, 16 Jan 2007, Len Brown wrote:
> > nobody else with a T60 noticed this since November?
>
> It might be a good idea to Cc linux-thinkpad@linux-thinkpad.org
okay, added to cc:-)
> OTOH, there are reports that the new BIOSes have removed functionality from
> the DSDT that allowed multiple cores to work in different clock speeds, so
> people may have overlooked the bug Ingo worked around...
Intel's dual core products (used in Thinkpads) don't allow the cores to
run at different speeds anyway. They use hardware coordination
to set the package to the MAX of the requested frequencies.
The reason is that there is a single voltage to the package,
so if you have to keep it high to run one core fast -- you
might as well run the other core fast also.
Now there is some fine print to this...
There is a bit the BIOS can set to disable HW coordination.
But if it does so, then it needs to provide some ACPI info
telling the kernel to coordination speeds in software.
(ie. the last request from either core will set the P-state of
the entire package -- so you want to do a MAX of the requests
in software and then do a single request to either core to
implement a change).
So if HW coordination is erroneously disabled and the BIOS
neglects to tell us, then the entire package P-state will flip around
depending on the last request from either core.
One example of a failure would be if core0 requests fast,
and then core1 requests slow, then core0 runs slow when
it wanted to run fast.
I'm not aware of thinkpads having this bug -- but IIR a Sossaman
server board from Intel actually had it -- so who knows who else may...
cheers,
-Len
prev parent reply other threads:[~2007-01-24 5:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-17 3:13 Fwd: [patch] ACPI: fix cpufreq regression Len Brown
2007-01-17 14:25 ` Henrique de Moraes Holschuh
2007-01-24 5:07 ` Len Brown [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200701240007.56413.lenb@kernel.org \
--to=lenb@kernel.org \
--cc=hmh@hmh.eng.br \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-thinkpad@linux-thinkpad.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).