From: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
To: Dominik Brodowski <linux@dominikbrodowski.net>,
Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>,
Andrew Morton <akpm@osdl.org>,
linux-kernel <linux-kernel@vger.kernel.org>,
Len Brown <len.brown@intel.com>
Subject: Re: [PATCH] acpi-cpufreq: Remove P-state read after a P-state write in normal path
Date: Mon, 29 Aug 2005 11:03:57 -0700 [thread overview]
Message-ID: <20050829110357.A14724@unix-os.sc.intel.com> (raw)
In-Reply-To: <20050828180941.GB28994@isilmar.linta.de>; from linux@dominikbrodowski.net on Sun, Aug 28, 2005 at 08:09:41PM +0200
On Sun, Aug 28, 2005 at 08:09:41PM +0200, Dominik Brodowski wrote:
> Hi,
>
> On Fri, Aug 26, 2005 at 05:10:52PM -0700, Venkatesh Pallipadi wrote:
> > /*
> > - * Then we read the 'status_register' and compare the value with the
> > - * target state's 'status' to make sure the transition was successful.
> > - * Note that we'll poll for up to 1ms (100 cycles of 10us) before
> > - * giving up.
> > + * Assume the write went through when acpi_pstate_strict is not used.
> > + * As read status_register is an expensive operation and there
> > + * are no specific error cases where an IO port write will fail.
> > */
>
> Well, the IO port write itself might not fail, but the transition itself --
> and we're reading the _status_ register here, not the control register where
> we've written to. And 8.4.4.1 of ACPI-sepc 3.0 does specifically mention
> that transitions _can_ fail, so I think we should handle this possibility.
Yes. ACPI spec says transitions can fail. But, it doesn't fail often in
practise. And even if it fails, I think, we should handle it without this
read os STATUS register. The speedstep-centrino driver, which does similar
thing as acpi-cpufreq, does not do this status check after control MSR write.
We can skip the read of STATUS in cpi-cpufreq in a similar way. No?
I feel the overhead of doing the status read here is too high. As it uses SMM,
the latency for read of STATUS is almost same as write into CONTROL. If we
think retaining the STATUS read is better, we should atleast double the
transition time reported in _PSS to compensate for this extra overhead.
And reading the STATUS in a loop should go away. I don't see that it being
mentioned in ACPI spec. The 1mS loop seems totally redundant.
Thanks,
Venki
next prev parent reply other threads:[~2005-08-29 20:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-27 0:10 Venkatesh Pallipadi
2005-08-28 18:09 ` Dominik Brodowski
2005-08-29 18:03 ` Venkatesh Pallipadi [this message]
2005-09-01 8:48 ` Dominik Brodowski
2005-08-27 2:27 Brown, Len
2005-09-01 18:44 Brown, Len
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=20050829110357.A14724@unix-os.sc.intel.com \
--to=venkatesh.pallipadi@intel.com \
--cc=akpm@osdl.org \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@dominikbrodowski.net \
/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
Powered by JetHome