[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200507221953.GA36865@bjorn-Precision-5520>
Date: Thu, 7 May 2020 17:19:53 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: Kai-Heng Feng <kai.heng.feng@...onical.com>
Cc: bhelgaas@...gle.com, Heiner Kallweit <hkallweit1@...il.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Keith Busch <keith.busch@...el.com>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
Chris Packham <chris.packham@...iedtelesis.co.nz>,
Yicong Yang <yangyicong@...ilicon.com>,
Krzysztof Wilczynski <kw@...ux.com>,
"open list:PCI SUBSYSTEM" <linux-pci@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3] PCI/ASPM: Enable ASPM for bridge-to-bridge link
On Wed, May 06, 2020 at 01:34:21AM +0800, Kai-Heng Feng wrote:
> The TI PCIe-to-PCI bridge prevents the Intel SoC from entering power
> state deeper than PC3 due to disabled ASPM, consumes lots of unnecessary
> power. On Windows ASPM L1 is enabled on the device and its upstream
> bridge, so it can make the Intel SoC reach PC8 or PC10 to save lots of
> power.
>
> In short, ASPM always gets disabled on bridge-to-bridge link.
>
> The special case was part of first ASPM introduction patch, commit
> 7d715a6c1ae5 ("PCI: add PCI Express ASPM support"). However, it didn't
> explain why ASPM needs to be disabled in special bridge-to-bridge case.
>
> Let's remove the the special case, as PCIe spec already envisioned ASPM
> on bridge-to-bridge link.
>
> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=207571
> Signed-off-by: Kai-Heng Feng <kai.heng.feng@...onical.com>
Applied to pci/aspm for v5.8, thanks!
I did keep your Reviewed-by, Mika. If the fact that this applies only
to the PCIe-to-PCI/PCI-X case makes your reviewed-by invalid, just let
me know and I'll drop it.
> ---
> v3:
> - Remove the special case completely.
>
> v2:
> - Enable ASPM on root complex <-> bridge <-> bridge, instead of using
> quirk.
> drivers/pci/pcie/aspm.c | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/drivers/pci/pcie/aspm.c b/drivers/pci/pcie/aspm.c
> index 2378ed692534..b17e5ffd31b1 100644
> --- a/drivers/pci/pcie/aspm.c
> +++ b/drivers/pci/pcie/aspm.c
> @@ -628,16 +628,6 @@ static void pcie_aspm_cap_init(struct pcie_link_state *link, int blacklist)
>
> /* Setup initial capable state. Will be updated later */
> link->aspm_capable = link->aspm_support;
> - /*
> - * If the downstream component has pci bridge function, don't
> - * do ASPM for now.
> - */
> - list_for_each_entry(child, &linkbus->devices, bus_list) {
> - if (pci_pcie_type(child) == PCI_EXP_TYPE_PCI_BRIDGE) {
> - link->aspm_disable = ASPM_STATE_ALL;
> - break;
> - }
> - }
>
> /* Get and check endpoint acceptable latencies */
> list_for_each_entry(child, &linkbus->devices, bus_list) {
> --
> 2.17.1
>
Powered by blists - more mailing lists