From: "David E. Box" <david.e.box@linux.intel.com>
To: Luke Jones <luke@ljones.dev>,
nirmal.patel@linux.intel.com, jonathan.derrick@linux.dev,
lorenzo.pieralisi@arm.com, hch@infradead.org, kw@linux.com,
robh@kernel.org, bhelgaas@google.com,
michael.a.bottini@intel.com, rafael@kernel.org,
me@adhityamohan.in
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH V8 0/4] PCI: vmd: Enable PCIe ASPM and LTR on select hardware
Date: Wed, 07 Dec 2022 18:40:23 -0800 [thread overview]
Message-ID: <f277a3cf2e0c51d47c6af0a53547792d727a5a79.camel@linux.intel.com> (raw)
In-Reply-To: <8b8c7ae512291532ea227b8a1c3f87c460e11e2f.camel@ljones.dev>
On Wed, 2022-12-07 at 22:05 +1300, Luke Jones wrote:
> On Wed, 2022-11-02 at 19:18 -0700, David E. Box wrote:
> > This series adds a work around for enabling PCIe ASPM and for setting
> > PCIe
> > LTR values on VMD reserved root ports on select platforms. While
> > configuration of these capabilities is usually done by BIOS, on these
> > platforms these capabilities will not be configured because the ports
> > are
> > not visible to BIOS. This was part of an initial design that expected
> > the
> > driver to completely handle the ports, including power management.
> > However
> > on Linux those ports are still managed by the PCIe core, which has
> > the
> > expectation that they adhere to device standards including BIOS
> > configuration, leading to this problem.
> >
> > The target platforms are Tiger Lake, Alder Lake, and Raptor Lake
> > though the
> > latter has already implemented support for configuring the LTR
> > values.
> > Meteor Lake is expected add BIOS ASPM support, eliminating the future
> > need
> > for this work around.
> >
> > Note, the driver programs the LTRs because BIOS would also normally
> > do this
> > for devices that do not set them by default. Without this, SoC power
> > management would be blocked on those platform. This SoC specific
> > value is
> > the maximum latency required to allow the SoC to enter the deepest
> > power
> > state.
> >
> > This patch addresses the following open bugzillas on VMD enabled
> > laptops
> > that cannot enter low power states.
> >
> > Link: https://bugzilla.kernel.org/show_bug.cgi?id=212355
> > Link: https://bugzilla.kernel.org/show_bug.cgi?id=215063
> > Link: https://bugzilla.kernel.org/show_bug.cgi?id=213717
> >
> > David E. Box (3):
> > PCI: vmd: Use PCI_VDEVICE in device list
> > PCI: vmd: Create feature grouping for client products
> > PCI: vmd: Add quirk to configure PCIe ASPM and LTR
> >
> > Michael Bottini (1):
> > PCI/ASPM: Add pci_enable_link_state()
> >
> > drivers/pci/controller/vmd.c | 96 ++++++++++++++++++++++++++--------
> > --
> > drivers/pci/pcie/aspm.c | 54 ++++++++++++++++++++
> > include/linux/pci.h | 7 +++
> > 3 files changed, 131 insertions(+), 26 deletions(-)
> >
> >
> > base-commit: 247f34f7b80357943234f93f247a1ae6b6c3a740
>
> I'd like to confirm that this patch series solves the VMD power issues
> present on the ASUS ROG M16 (GU603) laptop range (PCI dev ID = 467f).
>
> The difference is quite drastic.
>
Thanks for testing this Luke.
David
prev parent reply other threads:[~2022-12-08 2:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-03 2:18 [PATCH V8 0/4] PCI: vmd: Enable PCIe ASPM and LTR on select hardware David E. Box
2022-11-03 2:18 ` [PATCH V8 1/4] PCI/ASPM: Add pci_enable_link_state() David E. Box
2022-11-03 2:18 ` [PATCH V8 2/4] PCI: vmd: Use PCI_VDEVICE in device list David E. Box
2022-11-03 2:18 ` [PATCH V8 3/4] PCI: vmd: Create feature grouping for client products David E. Box
2022-11-03 2:18 ` [PATCH V8 4/4] PCI: vmd: Add quirk to configure PCIe ASPM and LTR David E. Box
2022-11-23 10:27 ` [PATCH V8 0/4] PCI: vmd: Enable PCIe ASPM and LTR on select hardware You-Sheng Yang
2022-11-23 16:09 ` David E. Box
2022-11-24 16:39 ` You-Sheng Yang
2022-12-07 9:05 ` Luke Jones
2022-12-08 2:40 ` David E. Box [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=f277a3cf2e0c51d47c6af0a53547792d727a5a79.camel@linux.intel.com \
--to=david.e.box@linux.intel.com \
--cc=bhelgaas@google.com \
--cc=hch@infradead.org \
--cc=jonathan.derrick@linux.dev \
--cc=kw@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=luke@ljones.dev \
--cc=me@adhityamohan.in \
--cc=michael.a.bottini@intel.com \
--cc=nirmal.patel@linux.intel.com \
--cc=rafael@kernel.org \
--cc=robh@kernel.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).