License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier. The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.
This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.
How this work was done:
Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
- file had no licensing information it it.
- file was a */uapi/* one with no licensing information in it,
- file was a */uapi/* one with existing licensing information,
Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.
The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne. Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.
The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed. Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.
Criteria used to select files for SPDX license identifier tagging was:
- Files considered eligible had to be source code files.
- Make and config files were included as candidates if they contained >5
lines of source
- File already had some variant of a license header in it (even if <5
lines).
All documentation files were explicitly excluded.
The following heuristics were used to determine which SPDX license
identifiers to apply.
- when both scanners couldn't find any license traces, file was
considered to have no license information in it, and the top level
COPYING file license applied.
For non */uapi/* files that summary was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 11139
and resulted in the first patch in this series.
If that file was a */uapi/* path one, it was "GPL-2.0 WITH
Linux-syscall-note" otherwise it was "GPL-2.0". Results of that was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 WITH Linux-syscall-note 930
and resulted in the second patch in this series.
- if a file had some form of licensing information in it, and was one
of the */uapi/* ones, it was denoted with the Linux-syscall-note if
any GPL family license was found in the file or had no licensing in
it (per prior point). Results summary:
SPDX license identifier # files
---------------------------------------------------|------
GPL-2.0 WITH Linux-syscall-note 270
GPL-2.0+ WITH Linux-syscall-note 169
((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 21
((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 17
LGPL-2.1+ WITH Linux-syscall-note 15
GPL-1.0+ WITH Linux-syscall-note 14
((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) 5
LGPL-2.0+ WITH Linux-syscall-note 4
LGPL-2.1 WITH Linux-syscall-note 3
((GPL-2.0 WITH Linux-syscall-note) OR MIT) 3
((GPL-2.0 WITH Linux-syscall-note) AND MIT) 1
and that resulted in the third patch in this series.
- when the two scanners agreed on the detected license(s), that became
the concluded license(s).
- when there was disagreement between the two scanners (one detected a
license but the other didn't, or they both detected different
licenses) a manual inspection of the file occurred.
- In most cases a manual inspection of the information in the file
resulted in a clear resolution of the license that should apply (and
which scanner probably needed to revisit its heuristics).
- When it was not immediately clear, the license identifier was
confirmed with lawyers working with the Linux Foundation.
- If there was any question as to the appropriate license identifier,
the file was flagged for further research and to be revisited later
in time.
In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.
Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights. The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.
Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.
In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.
Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
- a full scancode scan run, collecting the matched texts, detected
license ids and scores
- reviewing anything where there was a license detected (about 500+
files) to ensure that the applied SPDX license was correct
- reviewing anything where there was no detection but the patch license
was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
SPDX license was correct
This produced a worksheet with 20 files needing minor correction. This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.
These .csv files were then reviewed by Greg. Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected. This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.) Finally Greg ran the script using the .csv files to
generate the patches.
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-01 17:07:57 +03:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/*
|
2018-03-10 01:36:33 +03:00
|
|
|
* Enable PCIe link L0s/L1 state and Clock Power Management
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
*
|
|
|
|
* Copyright (C) 2007 Intel
|
|
|
|
* Copyright (C) Zhang Yanmin (yanmin.zhang@intel.com)
|
|
|
|
* Copyright (C) Shaohua Li (shaohua.li@intel.com)
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#include <linux/module.h>
|
|
|
|
#include <linux/moduleparam.h>
|
|
|
|
#include <linux/pci.h>
|
|
|
|
#include <linux/pci_regs.h>
|
|
|
|
#include <linux/errno.h>
|
|
|
|
#include <linux/pm.h>
|
|
|
|
#include <linux/init.h>
|
|
|
|
#include <linux/slab.h>
|
2008-12-09 15:05:09 +03:00
|
|
|
#include <linux/jiffies.h>
|
2009-01-06 02:21:04 +03:00
|
|
|
#include <linux/delay.h>
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
#include "../pci.h"
|
|
|
|
|
|
|
|
#ifdef MODULE_PARAM_PREFIX
|
|
|
|
#undef MODULE_PARAM_PREFIX
|
|
|
|
#endif
|
|
|
|
#define MODULE_PARAM_PREFIX "pcie_aspm."
|
|
|
|
|
2009-08-19 06:02:13 +04:00
|
|
|
/* Note: those are not register definitions */
|
|
|
|
#define ASPM_STATE_L0S_UP (1) /* Upstream direction L0s state */
|
|
|
|
#define ASPM_STATE_L0S_DW (2) /* Downstream direction L0s state */
|
|
|
|
#define ASPM_STATE_L1 (4) /* L1 state */
|
2017-01-03 09:34:11 +03:00
|
|
|
#define ASPM_STATE_L1_1 (8) /* ASPM L1.1 state */
|
|
|
|
#define ASPM_STATE_L1_2 (0x10) /* ASPM L1.2 state */
|
|
|
|
#define ASPM_STATE_L1_1_PCIPM (0x20) /* PCI PM L1.1 state */
|
|
|
|
#define ASPM_STATE_L1_2_PCIPM (0x40) /* PCI PM L1.2 state */
|
|
|
|
#define ASPM_STATE_L1_SS_PCIPM (ASPM_STATE_L1_1_PCIPM | ASPM_STATE_L1_2_PCIPM)
|
|
|
|
#define ASPM_STATE_L1_2_MASK (ASPM_STATE_L1_2 | ASPM_STATE_L1_2_PCIPM)
|
|
|
|
#define ASPM_STATE_L1SS (ASPM_STATE_L1_1 | ASPM_STATE_L1_1_PCIPM |\
|
|
|
|
ASPM_STATE_L1_2_MASK)
|
2009-08-19 06:02:13 +04:00
|
|
|
#define ASPM_STATE_L0S (ASPM_STATE_L0S_UP | ASPM_STATE_L0S_DW)
|
2017-01-03 09:34:11 +03:00
|
|
|
#define ASPM_STATE_ALL (ASPM_STATE_L0S | ASPM_STATE_L1 | \
|
|
|
|
ASPM_STATE_L1SS)
|
2009-08-19 06:02:13 +04:00
|
|
|
|
2009-05-13 07:14:58 +04:00
|
|
|
struct aspm_latency {
|
|
|
|
u32 l0s; /* L0s latency (nsec) */
|
|
|
|
u32 l1; /* L1 latency (nsec) */
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
struct pcie_link_state {
|
2009-05-13 07:17:04 +04:00
|
|
|
struct pci_dev *pdev; /* Upstream component of the Link */
|
2017-01-03 09:34:12 +03:00
|
|
|
struct pci_dev *downstream; /* Downstream component, function 0 */
|
2009-05-13 07:23:57 +04:00
|
|
|
struct pcie_link_state *root; /* pointer to the root port link */
|
2009-05-13 07:17:04 +04:00
|
|
|
struct pcie_link_state *parent; /* pointer to the parent Link state */
|
|
|
|
struct list_head sibling; /* node in link_list */
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
|
|
|
/* ASPM state */
|
2017-01-03 09:34:11 +03:00
|
|
|
u32 aspm_support:7; /* Supported ASPM state */
|
|
|
|
u32 aspm_enabled:7; /* Enabled ASPM state */
|
|
|
|
u32 aspm_capable:7; /* Capable ASPM state with latency */
|
|
|
|
u32 aspm_default:7; /* Default ASPM state by BIOS */
|
|
|
|
u32 aspm_disable:7; /* Disabled ASPM state */
|
2009-05-13 07:12:43 +04:00
|
|
|
|
2009-05-13 07:15:38 +04:00
|
|
|
/* Clock PM state */
|
|
|
|
u32 clkpm_capable:1; /* Clock PM capable? */
|
|
|
|
u32 clkpm_enabled:1; /* Current Clock PM state */
|
|
|
|
u32 clkpm_default:1; /* Default Clock PM state by BIOS */
|
2019-10-05 15:03:57 +03:00
|
|
|
u32 clkpm_disable:1; /* Clock PM disabled */
|
2009-05-13 07:15:38 +04:00
|
|
|
|
2009-08-19 06:02:13 +04:00
|
|
|
/* Exit latencies */
|
|
|
|
struct aspm_latency latency_up; /* Upstream direction exit latency */
|
|
|
|
struct aspm_latency latency_dw; /* Downstream direction exit latency */
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/*
|
2009-05-13 07:14:58 +04:00
|
|
|
* Endpoint acceptable latencies. A pcie downstream port only
|
|
|
|
* has one slot under it, so at most there are 8 functions.
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
*/
|
2009-05-13 07:14:58 +04:00
|
|
|
struct aspm_latency acceptable[8];
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
};
|
|
|
|
|
2011-11-11 01:38:33 +04:00
|
|
|
static int aspm_disabled, aspm_force;
|
2011-03-05 15:21:51 +03:00
|
|
|
static bool aspm_support_enabled = true;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
static DEFINE_MUTEX(aspm_lock);
|
|
|
|
static LIST_HEAD(link_list);
|
|
|
|
|
|
|
|
#define POLICY_DEFAULT 0 /* BIOS default setting */
|
|
|
|
#define POLICY_PERFORMANCE 1 /* high performance */
|
|
|
|
#define POLICY_POWERSAVE 2 /* high power saving */
|
2017-01-03 09:34:11 +03:00
|
|
|
#define POLICY_POWER_SUPERSAVE 3 /* possibly even more power saving */
|
2012-02-03 19:18:13 +04:00
|
|
|
|
|
|
|
#ifdef CONFIG_PCIEASPM_PERFORMANCE
|
|
|
|
static int aspm_policy = POLICY_PERFORMANCE;
|
|
|
|
#elif defined CONFIG_PCIEASPM_POWERSAVE
|
|
|
|
static int aspm_policy = POLICY_POWERSAVE;
|
2017-01-03 09:34:11 +03:00
|
|
|
#elif defined CONFIG_PCIEASPM_POWER_SUPERSAVE
|
|
|
|
static int aspm_policy = POLICY_POWER_SUPERSAVE;
|
2012-02-03 19:18:13 +04:00
|
|
|
#else
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
static int aspm_policy;
|
2012-02-03 19:18:13 +04:00
|
|
|
#endif
|
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
static const char *policy_str[] = {
|
|
|
|
[POLICY_DEFAULT] = "default",
|
|
|
|
[POLICY_PERFORMANCE] = "performance",
|
2017-01-03 09:34:11 +03:00
|
|
|
[POLICY_POWERSAVE] = "powersave",
|
|
|
|
[POLICY_POWER_SUPERSAVE] = "powersupersave"
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
};
|
|
|
|
|
2009-01-06 02:21:04 +03:00
|
|
|
#define LINK_RETRAIN_TIMEOUT HZ
|
|
|
|
|
2009-05-13 07:17:44 +04:00
|
|
|
static int policy_to_aspm_state(struct pcie_link_state *link)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
|
|
|
switch (aspm_policy) {
|
|
|
|
case POLICY_PERFORMANCE:
|
|
|
|
/* Disable ASPM and Clock PM */
|
|
|
|
return 0;
|
|
|
|
case POLICY_POWERSAVE:
|
|
|
|
/* Enable ASPM L0s/L1 */
|
2017-01-03 09:34:11 +03:00
|
|
|
return (ASPM_STATE_L0S | ASPM_STATE_L1);
|
|
|
|
case POLICY_POWER_SUPERSAVE:
|
|
|
|
/* Enable Everything */
|
2009-08-19 06:02:13 +04:00
|
|
|
return ASPM_STATE_ALL;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
case POLICY_DEFAULT:
|
2009-05-13 07:17:44 +04:00
|
|
|
return link->aspm_default;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2009-05-13 07:17:44 +04:00
|
|
|
static int policy_to_clkpm_state(struct pcie_link_state *link)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
|
|
|
switch (aspm_policy) {
|
|
|
|
case POLICY_PERFORMANCE:
|
|
|
|
/* Disable ASPM and Clock PM */
|
|
|
|
return 0;
|
|
|
|
case POLICY_POWERSAVE:
|
2017-01-03 09:34:11 +03:00
|
|
|
case POLICY_POWER_SUPERSAVE:
|
|
|
|
/* Enable Clock PM */
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
return 1;
|
|
|
|
case POLICY_DEFAULT:
|
2009-05-13 07:17:44 +04:00
|
|
|
return link->clkpm_default;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2009-05-13 07:20:10 +04:00
|
|
|
static void pcie_set_clkpm_nocheck(struct pcie_link_state *link, int enable)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2009-05-13 07:17:44 +04:00
|
|
|
struct pci_dev *child;
|
|
|
|
struct pci_bus *linkbus = link->pdev->subordinate;
|
2015-06-10 22:00:21 +03:00
|
|
|
u32 val = enable ? PCI_EXP_LNKCTL_CLKREQ_EN : 0;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2015-06-10 22:00:21 +03:00
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list)
|
|
|
|
pcie_capability_clear_and_set_word(child, PCI_EXP_LNKCTL,
|
|
|
|
PCI_EXP_LNKCTL_CLKREQ_EN,
|
|
|
|
val);
|
2009-05-13 07:17:44 +04:00
|
|
|
link->clkpm_enabled = !!enable;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2009-05-13 07:20:10 +04:00
|
|
|
static void pcie_set_clkpm(struct pcie_link_state *link, int enable)
|
|
|
|
{
|
2019-10-05 15:03:57 +03:00
|
|
|
/*
|
|
|
|
* Don't enable Clock PM if the link is not Clock PM capable
|
|
|
|
* or Clock PM is disabled
|
|
|
|
*/
|
|
|
|
if (!link->clkpm_capable || link->clkpm_disable)
|
2010-12-06 22:00:56 +03:00
|
|
|
enable = 0;
|
2009-05-13 07:20:10 +04:00
|
|
|
/* Need nothing if the specified equals to current state */
|
|
|
|
if (link->clkpm_enabled == enable)
|
|
|
|
return;
|
|
|
|
pcie_set_clkpm_nocheck(link, enable);
|
|
|
|
}
|
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
static void pcie_clkpm_cap_init(struct pcie_link_state *link, int blacklist)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2012-07-24 13:20:12 +04:00
|
|
|
int capable = 1, enabled = 1;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
u32 reg32;
|
|
|
|
u16 reg16;
|
2009-05-13 07:17:44 +04:00
|
|
|
struct pci_dev *child;
|
|
|
|
struct pci_bus *linkbus = link->pdev->subordinate;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
|
|
|
/* All functions should have the same cap and state, take the worst */
|
2009-05-13 07:17:44 +04:00
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list) {
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_dword(child, PCI_EXP_LNKCAP, ®32);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
if (!(reg32 & PCI_EXP_LNKCAP_CLKPM)) {
|
|
|
|
capable = 0;
|
|
|
|
enabled = 0;
|
|
|
|
break;
|
|
|
|
}
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_word(child, PCI_EXP_LNKCTL, ®16);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
if (!(reg16 & PCI_EXP_LNKCTL_CLKREQ_EN))
|
|
|
|
enabled = 0;
|
|
|
|
}
|
2009-05-13 07:17:44 +04:00
|
|
|
link->clkpm_enabled = enabled;
|
|
|
|
link->clkpm_default = enabled;
|
2019-10-05 15:03:57 +03:00
|
|
|
link->clkpm_capable = capable;
|
|
|
|
link->clkpm_disable = blacklist ? 1 : 0;
|
2008-12-19 04:27:42 +03:00
|
|
|
}
|
|
|
|
|
2019-03-29 20:07:34 +03:00
|
|
|
static bool pcie_retrain_link(struct pcie_link_state *link)
|
|
|
|
{
|
|
|
|
struct pci_dev *parent = link->pdev;
|
2019-03-29 20:07:36 +03:00
|
|
|
unsigned long end_jiffies;
|
2019-03-29 20:07:34 +03:00
|
|
|
u16 reg16;
|
|
|
|
|
|
|
|
pcie_capability_read_word(parent, PCI_EXP_LNKCTL, ®16);
|
|
|
|
reg16 |= PCI_EXP_LNKCTL_RL;
|
|
|
|
pcie_capability_write_word(parent, PCI_EXP_LNKCTL, reg16);
|
2019-03-29 20:07:35 +03:00
|
|
|
if (parent->clear_retrain_link) {
|
|
|
|
/*
|
|
|
|
* Due to an erratum in some devices the Retrain Link bit
|
|
|
|
* needs to be cleared again manually to allow the link
|
|
|
|
* training to succeed.
|
|
|
|
*/
|
|
|
|
reg16 &= ~PCI_EXP_LNKCTL_RL;
|
|
|
|
pcie_capability_write_word(parent, PCI_EXP_LNKCTL, reg16);
|
|
|
|
}
|
2019-03-29 20:07:34 +03:00
|
|
|
|
|
|
|
/* Wait for link training end. Break out after waiting for timeout */
|
2019-03-29 20:07:36 +03:00
|
|
|
end_jiffies = jiffies + LINK_RETRAIN_TIMEOUT;
|
|
|
|
do {
|
2019-03-29 20:07:34 +03:00
|
|
|
pcie_capability_read_word(parent, PCI_EXP_LNKSTA, ®16);
|
|
|
|
if (!(reg16 & PCI_EXP_LNKSTA_LT))
|
|
|
|
break;
|
|
|
|
msleep(1);
|
2019-03-29 20:07:36 +03:00
|
|
|
} while (time_before(jiffies, end_jiffies));
|
2019-03-29 20:07:34 +03:00
|
|
|
return !(reg16 & PCI_EXP_LNKSTA_LT);
|
|
|
|
}
|
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/*
|
|
|
|
* pcie_aspm_configure_common_clock: check if the 2 ends of a link
|
|
|
|
* could use common clock. If they are, configure them to use the
|
|
|
|
* common clock. That will reduce the ASPM state exit latency.
|
|
|
|
*/
|
2009-05-13 07:17:44 +04:00
|
|
|
static void pcie_aspm_configure_common_clock(struct pcie_link_state *link)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2012-07-24 13:20:12 +04:00
|
|
|
int same_clock = 1;
|
2009-05-13 07:17:44 +04:00
|
|
|
u16 reg16, parent_reg, child_reg[8];
|
|
|
|
struct pci_dev *child, *parent = link->pdev;
|
|
|
|
struct pci_bus *linkbus = parent->subordinate;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/*
|
2009-05-13 07:17:44 +04:00
|
|
|
* All functions of a slot should have the same Slot Clock
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
* Configuration, so just check one function
|
2009-05-13 07:17:44 +04:00
|
|
|
*/
|
|
|
|
child = list_entry(linkbus->devices.next, struct pci_dev, bus_list);
|
2009-11-11 08:36:52 +03:00
|
|
|
BUG_ON(!pci_is_pcie(child));
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
|
|
|
/* Check downstream component if bit Slot Clock Configuration is 1 */
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_word(child, PCI_EXP_LNKSTA, ®16);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
if (!(reg16 & PCI_EXP_LNKSTA_SLC))
|
|
|
|
same_clock = 0;
|
|
|
|
|
|
|
|
/* Check upstream component if bit Slot Clock Configuration is 1 */
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_word(parent, PCI_EXP_LNKSTA, ®16);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
if (!(reg16 & PCI_EXP_LNKSTA_SLC))
|
|
|
|
same_clock = 0;
|
|
|
|
|
2018-01-22 23:12:01 +03:00
|
|
|
/* Port might be already in common clock mode */
|
|
|
|
pcie_capability_read_word(parent, PCI_EXP_LNKCTL, ®16);
|
|
|
|
if (same_clock && (reg16 & PCI_EXP_LNKCTL_CCC)) {
|
|
|
|
bool consistent = true;
|
|
|
|
|
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list) {
|
|
|
|
pcie_capability_read_word(child, PCI_EXP_LNKCTL,
|
|
|
|
®16);
|
|
|
|
if (!(reg16 & PCI_EXP_LNKCTL_CCC)) {
|
|
|
|
consistent = false;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (consistent)
|
|
|
|
return;
|
2020-03-23 06:55:30 +03:00
|
|
|
pci_info(parent, "ASPM: current common clock configuration is inconsistent, reconfiguring\n");
|
2018-01-22 23:12:01 +03:00
|
|
|
}
|
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/* Configure downstream component, all functions */
|
2009-05-13 07:17:44 +04:00
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list) {
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_word(child, PCI_EXP_LNKCTL, ®16);
|
2009-05-13 07:17:44 +04:00
|
|
|
child_reg[PCI_FUNC(child->devfn)] = reg16;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
if (same_clock)
|
|
|
|
reg16 |= PCI_EXP_LNKCTL_CCC;
|
|
|
|
else
|
|
|
|
reg16 &= ~PCI_EXP_LNKCTL_CCC;
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_write_word(child, PCI_EXP_LNKCTL, reg16);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Configure upstream component */
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_word(parent, PCI_EXP_LNKCTL, ®16);
|
2008-12-09 15:05:09 +03:00
|
|
|
parent_reg = reg16;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
if (same_clock)
|
|
|
|
reg16 |= PCI_EXP_LNKCTL_CCC;
|
|
|
|
else
|
|
|
|
reg16 &= ~PCI_EXP_LNKCTL_CCC;
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_write_word(parent, PCI_EXP_LNKCTL, reg16);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2019-03-29 20:07:34 +03:00
|
|
|
if (pcie_retrain_link(link))
|
2009-05-13 07:17:44 +04:00
|
|
|
return;
|
|
|
|
|
|
|
|
/* Training failed. Restore common clock configurations */
|
2018-01-18 21:55:24 +03:00
|
|
|
pci_err(parent, "ASPM: Could not configure common clock\n");
|
2012-07-24 13:20:12 +04:00
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list)
|
|
|
|
pcie_capability_write_word(child, PCI_EXP_LNKCTL,
|
|
|
|
child_reg[PCI_FUNC(child->devfn)]);
|
|
|
|
pcie_capability_write_word(parent, PCI_EXP_LNKCTL, parent_reg);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2009-05-13 07:21:48 +04:00
|
|
|
/* Convert L0s latency encoding to ns */
|
2020-10-15 22:30:33 +03:00
|
|
|
static u32 calc_l0s_latency(u32 lnkcap)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2020-10-15 22:30:33 +03:00
|
|
|
u32 encoding = (lnkcap & PCI_EXP_LNKCAP_L0SEL) >> 12;
|
|
|
|
|
2009-05-13 07:21:48 +04:00
|
|
|
if (encoding == 0x7)
|
|
|
|
return (5 * 1000); /* > 4us */
|
|
|
|
return (64 << encoding);
|
|
|
|
}
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2009-05-13 07:21:48 +04:00
|
|
|
/* Convert L0s acceptable latency encoding to ns */
|
|
|
|
static u32 calc_l0s_acceptable(u32 encoding)
|
|
|
|
{
|
|
|
|
if (encoding == 0x7)
|
|
|
|
return -1U;
|
|
|
|
return (64 << encoding);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2009-05-13 07:21:48 +04:00
|
|
|
/* Convert L1 latency encoding to ns */
|
2020-10-15 22:30:33 +03:00
|
|
|
static u32 calc_l1_latency(u32 lnkcap)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2020-10-15 22:30:33 +03:00
|
|
|
u32 encoding = (lnkcap & PCI_EXP_LNKCAP_L1EL) >> 15;
|
|
|
|
|
2009-05-13 07:21:48 +04:00
|
|
|
if (encoding == 0x7)
|
|
|
|
return (65 * 1000); /* > 64us */
|
|
|
|
return (1000 << encoding);
|
|
|
|
}
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2009-05-13 07:21:48 +04:00
|
|
|
/* Convert L1 acceptable latency encoding to ns */
|
|
|
|
static u32 calc_l1_acceptable(u32 encoding)
|
|
|
|
{
|
|
|
|
if (encoding == 0x7)
|
|
|
|
return -1U;
|
|
|
|
return (1000 << encoding);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2017-01-03 09:34:13 +03:00
|
|
|
/* Convert L1SS T_pwr encoding to usec */
|
|
|
|
static u32 calc_l1ss_pwron(struct pci_dev *pdev, u32 scale, u32 val)
|
|
|
|
{
|
|
|
|
switch (scale) {
|
|
|
|
case 0:
|
|
|
|
return val * 2;
|
|
|
|
case 1:
|
|
|
|
return val * 10;
|
|
|
|
case 2:
|
|
|
|
return val * 100;
|
|
|
|
}
|
2018-01-18 21:55:24 +03:00
|
|
|
pci_err(pdev, "%s: Invalid T_PwrOn scale: %u\n", __func__, scale);
|
2017-01-03 09:34:13 +03:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2017-11-17 23:26:42 +03:00
|
|
|
static void encode_l12_threshold(u32 threshold_us, u32 *scale, u32 *value)
|
|
|
|
{
|
2018-02-28 02:19:52 +03:00
|
|
|
u32 threshold_ns = threshold_us * 1000;
|
2017-11-17 23:26:42 +03:00
|
|
|
|
|
|
|
/* See PCIe r3.1, sec 7.33.3 and sec 6.18 */
|
|
|
|
if (threshold_ns < 32) {
|
|
|
|
*scale = 0;
|
|
|
|
*value = threshold_ns;
|
|
|
|
} else if (threshold_ns < 1024) {
|
|
|
|
*scale = 1;
|
|
|
|
*value = threshold_ns >> 5;
|
|
|
|
} else if (threshold_ns < 32768) {
|
|
|
|
*scale = 2;
|
|
|
|
*value = threshold_ns >> 10;
|
|
|
|
} else if (threshold_ns < 1048576) {
|
|
|
|
*scale = 3;
|
|
|
|
*value = threshold_ns >> 15;
|
|
|
|
} else if (threshold_ns < 33554432) {
|
|
|
|
*scale = 4;
|
|
|
|
*value = threshold_ns >> 20;
|
|
|
|
} else {
|
|
|
|
*scale = 5;
|
|
|
|
*value = threshold_ns >> 25;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-08-19 06:00:25 +04:00
|
|
|
static void pcie_aspm_check_latency(struct pci_dev *endpoint)
|
|
|
|
{
|
2009-08-19 06:02:13 +04:00
|
|
|
u32 latency, l1_switch_latency = 0;
|
2009-08-19 06:00:25 +04:00
|
|
|
struct aspm_latency *acceptable;
|
|
|
|
struct pcie_link_state *link;
|
|
|
|
|
|
|
|
/* Device not in D0 doesn't need latency check */
|
|
|
|
if ((endpoint->current_state != PCI_D0) &&
|
|
|
|
(endpoint->current_state != PCI_UNKNOWN))
|
|
|
|
return;
|
|
|
|
|
|
|
|
link = endpoint->bus->self->link_state;
|
|
|
|
acceptable = &link->acceptable[PCI_FUNC(endpoint->devfn)];
|
|
|
|
|
|
|
|
while (link) {
|
2009-08-19 06:02:13 +04:00
|
|
|
/* Check upstream direction L0s latency */
|
|
|
|
if ((link->aspm_capable & ASPM_STATE_L0S_UP) &&
|
|
|
|
(link->latency_up.l0s > acceptable->l0s))
|
|
|
|
link->aspm_capable &= ~ASPM_STATE_L0S_UP;
|
|
|
|
|
|
|
|
/* Check downstream direction L0s latency */
|
|
|
|
if ((link->aspm_capable & ASPM_STATE_L0S_DW) &&
|
|
|
|
(link->latency_dw.l0s > acceptable->l0s))
|
|
|
|
link->aspm_capable &= ~ASPM_STATE_L0S_DW;
|
2009-08-19 06:00:25 +04:00
|
|
|
/*
|
|
|
|
* Check L1 latency.
|
|
|
|
* Every switch on the path to root complex need 1
|
|
|
|
* more microsecond for L1. Spec doesn't mention L0s.
|
2017-01-03 09:34:15 +03:00
|
|
|
*
|
|
|
|
* The exit latencies for L1 substates are not advertised
|
|
|
|
* by a device. Since the spec also doesn't mention a way
|
|
|
|
* to determine max latencies introduced by enabling L1
|
|
|
|
* substates on the components, it is not clear how to do
|
|
|
|
* a L1 substate exit latency check. We assume that the
|
|
|
|
* L1 exit latencies advertised by a device include L1
|
|
|
|
* substate latencies (and hence do not do any check).
|
2009-08-19 06:00:25 +04:00
|
|
|
*/
|
2009-08-19 06:02:13 +04:00
|
|
|
latency = max_t(u32, link->latency_up.l1, link->latency_dw.l1);
|
|
|
|
if ((link->aspm_capable & ASPM_STATE_L1) &&
|
|
|
|
(latency + l1_switch_latency > acceptable->l1))
|
|
|
|
link->aspm_capable &= ~ASPM_STATE_L1;
|
2009-08-19 06:00:25 +04:00
|
|
|
l1_switch_latency += 1000;
|
|
|
|
|
|
|
|
link = link->parent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-03 09:34:12 +03:00
|
|
|
/*
|
|
|
|
* The L1 PM substate capability is only implemented in function 0 in a
|
|
|
|
* multi function device.
|
|
|
|
*/
|
|
|
|
static struct pci_dev *pci_function_0(struct pci_bus *linkbus)
|
|
|
|
{
|
|
|
|
struct pci_dev *child;
|
|
|
|
|
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list)
|
|
|
|
if (PCI_FUNC(child->devfn) == 0)
|
|
|
|
return child;
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
2020-10-15 22:30:28 +03:00
|
|
|
static void pci_clear_and_set_dword(struct pci_dev *pdev, int pos,
|
|
|
|
u32 clear, u32 set)
|
|
|
|
{
|
|
|
|
u32 val;
|
|
|
|
|
|
|
|
pci_read_config_dword(pdev, pos, &val);
|
|
|
|
val &= ~clear;
|
|
|
|
val |= set;
|
|
|
|
pci_write_config_dword(pdev, pos, val);
|
|
|
|
}
|
|
|
|
|
2017-01-03 09:34:13 +03:00
|
|
|
/* Calculate L1.2 PM substate timing parameters */
|
|
|
|
static void aspm_calc_l1ss_info(struct pcie_link_state *link,
|
2020-10-15 22:30:37 +03:00
|
|
|
u32 parent_l1ss_cap, u32 child_l1ss_cap)
|
2017-01-03 09:34:13 +03:00
|
|
|
{
|
2020-10-15 22:30:30 +03:00
|
|
|
struct pci_dev *child = link->downstream, *parent = link->pdev;
|
2017-01-03 09:34:13 +03:00
|
|
|
u32 val1, val2, scale1, scale2;
|
2017-11-17 23:26:42 +03:00
|
|
|
u32 t_common_mode, t_power_on, l1_2_threshold, scale, value;
|
2020-10-15 22:30:39 +03:00
|
|
|
u32 ctl1 = 0, ctl2 = 0;
|
|
|
|
u32 pctl1, pctl2, cctl1, cctl2;
|
|
|
|
u32 pl1_2_enables, cl1_2_enables;
|
2017-01-03 09:34:13 +03:00
|
|
|
|
|
|
|
if (!(link->aspm_support & ASPM_STATE_L1_2_MASK))
|
|
|
|
return;
|
|
|
|
|
2017-11-13 17:36:40 +03:00
|
|
|
/* Choose the greater of the two Port Common_Mode_Restore_Times */
|
2020-10-15 22:30:37 +03:00
|
|
|
val1 = (parent_l1ss_cap & PCI_L1SS_CAP_CM_RESTORE_TIME) >> 8;
|
|
|
|
val2 = (child_l1ss_cap & PCI_L1SS_CAP_CM_RESTORE_TIME) >> 8;
|
2017-11-17 23:26:42 +03:00
|
|
|
t_common_mode = max(val1, val2);
|
2017-01-03 09:34:13 +03:00
|
|
|
|
2017-11-13 17:36:40 +03:00
|
|
|
/* Choose the greater of the two Port T_POWER_ON times */
|
2020-10-15 22:30:37 +03:00
|
|
|
val1 = (parent_l1ss_cap & PCI_L1SS_CAP_P_PWR_ON_VALUE) >> 19;
|
|
|
|
scale1 = (parent_l1ss_cap & PCI_L1SS_CAP_P_PWR_ON_SCALE) >> 16;
|
|
|
|
val2 = (child_l1ss_cap & PCI_L1SS_CAP_P_PWR_ON_VALUE) >> 19;
|
|
|
|
scale2 = (child_l1ss_cap & PCI_L1SS_CAP_P_PWR_ON_SCALE) >> 16;
|
2017-01-03 09:34:13 +03:00
|
|
|
|
2020-10-15 22:30:30 +03:00
|
|
|
if (calc_l1ss_pwron(parent, scale1, val1) >
|
|
|
|
calc_l1ss_pwron(child, scale2, val2)) {
|
2020-10-15 22:30:39 +03:00
|
|
|
ctl2 |= scale1 | (val1 << 3);
|
2020-10-15 22:30:30 +03:00
|
|
|
t_power_on = calc_l1ss_pwron(parent, scale1, val1);
|
2017-11-17 23:26:42 +03:00
|
|
|
} else {
|
2020-10-15 22:30:39 +03:00
|
|
|
ctl2 |= scale2 | (val2 << 3);
|
2020-10-15 22:30:30 +03:00
|
|
|
t_power_on = calc_l1ss_pwron(child, scale2, val2);
|
2017-11-17 23:26:42 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Set LTR_L1.2_THRESHOLD to the time required to transition the
|
|
|
|
* Link from L0 to L1.2 and back to L0 so we enter L1.2 only if
|
|
|
|
* downstream devices report (via LTR) that they can tolerate at
|
|
|
|
* least that much latency.
|
|
|
|
*
|
|
|
|
* Based on PCIe r3.1, sec 5.5.3.3.1, Figures 5-16 and 5-17, and
|
|
|
|
* Table 5-11. T(POWER_OFF) is at most 2us and T(L1.2) is at
|
|
|
|
* least 4us.
|
|
|
|
*/
|
|
|
|
l1_2_threshold = 2 + 4 + t_common_mode + t_power_on;
|
|
|
|
encode_l12_threshold(l1_2_threshold, &scale, &value);
|
2020-10-15 22:30:39 +03:00
|
|
|
ctl1 |= t_common_mode << 8 | scale << 29 | value << 16;
|
|
|
|
|
|
|
|
pci_read_config_dword(parent, parent->l1ss + PCI_L1SS_CTL1, &pctl1);
|
|
|
|
pci_read_config_dword(parent, parent->l1ss + PCI_L1SS_CTL2, &pctl2);
|
|
|
|
pci_read_config_dword(child, child->l1ss + PCI_L1SS_CTL1, &cctl1);
|
|
|
|
pci_read_config_dword(child, child->l1ss + PCI_L1SS_CTL2, &cctl2);
|
|
|
|
|
|
|
|
if (ctl1 == pctl1 && ctl1 == cctl1 &&
|
|
|
|
ctl2 == pctl2 && ctl2 == cctl2)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* Disable L1.2 while updating. See PCIe r5.0, sec 5.5.4, 7.8.3.3 */
|
|
|
|
pl1_2_enables = pctl1 & PCI_L1SS_CTL1_L1_2_MASK;
|
|
|
|
cl1_2_enables = cctl1 & PCI_L1SS_CTL1_L1_2_MASK;
|
|
|
|
|
|
|
|
if (pl1_2_enables || cl1_2_enables) {
|
|
|
|
pci_clear_and_set_dword(child, child->l1ss + PCI_L1SS_CTL1,
|
|
|
|
PCI_L1SS_CTL1_L1_2_MASK, 0);
|
|
|
|
pci_clear_and_set_dword(parent, parent->l1ss + PCI_L1SS_CTL1,
|
|
|
|
PCI_L1SS_CTL1_L1_2_MASK, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Program T_POWER_ON times in both ports */
|
|
|
|
pci_write_config_dword(parent, parent->l1ss + PCI_L1SS_CTL2, ctl2);
|
|
|
|
pci_write_config_dword(child, child->l1ss + PCI_L1SS_CTL2, ctl2);
|
|
|
|
|
|
|
|
/* Program Common_Mode_Restore_Time in upstream device */
|
|
|
|
pci_clear_and_set_dword(parent, parent->l1ss + PCI_L1SS_CTL1,
|
|
|
|
PCI_L1SS_CTL1_CM_RESTORE_TIME, ctl1);
|
|
|
|
|
|
|
|
/* Program LTR_L1.2_THRESHOLD time in both ports */
|
|
|
|
pci_clear_and_set_dword(parent, parent->l1ss + PCI_L1SS_CTL1,
|
|
|
|
PCI_L1SS_CTL1_LTR_L12_TH_VALUE |
|
|
|
|
PCI_L1SS_CTL1_LTR_L12_TH_SCALE, ctl1);
|
|
|
|
pci_clear_and_set_dword(child, child->l1ss + PCI_L1SS_CTL1,
|
|
|
|
PCI_L1SS_CTL1_LTR_L12_TH_VALUE |
|
|
|
|
PCI_L1SS_CTL1_LTR_L12_TH_SCALE, ctl1);
|
|
|
|
|
|
|
|
if (pl1_2_enables || cl1_2_enables) {
|
|
|
|
pci_clear_and_set_dword(parent, parent->l1ss + PCI_L1SS_CTL1, 0,
|
|
|
|
pl1_2_enables);
|
|
|
|
pci_clear_and_set_dword(child, child->l1ss + PCI_L1SS_CTL1, 0,
|
|
|
|
cl1_2_enables);
|
|
|
|
}
|
2017-01-03 09:34:13 +03:00
|
|
|
}
|
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
static void pcie_aspm_cap_init(struct pcie_link_state *link, int blacklist)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2017-03-01 11:25:40 +03:00
|
|
|
struct pci_dev *child = link->downstream, *parent = link->pdev;
|
2020-10-15 22:30:31 +03:00
|
|
|
u32 parent_lnkcap, child_lnkcap;
|
2020-10-15 22:30:32 +03:00
|
|
|
u16 parent_lnkctl, child_lnkctl;
|
2020-10-15 22:30:38 +03:00
|
|
|
u32 parent_l1ss_cap, child_l1ss_cap;
|
2020-10-15 22:30:36 +03:00
|
|
|
u32 parent_l1ss_ctl1 = 0, child_l1ss_ctl1 = 0;
|
2009-05-13 07:17:44 +04:00
|
|
|
struct pci_bus *linkbus = parent->subordinate;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
if (blacklist) {
|
2009-08-19 05:59:52 +04:00
|
|
|
/* Set enabled/disable so that we will disable ASPM later */
|
2009-08-19 06:02:13 +04:00
|
|
|
link->aspm_enabled = ASPM_STATE_ALL;
|
|
|
|
link->aspm_disable = ASPM_STATE_ALL;
|
2009-05-13 07:18:22 +04:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2016-11-18 01:25:01 +03:00
|
|
|
/*
|
|
|
|
* If ASPM not supported, don't mess with the clocks and link,
|
|
|
|
* bail out now.
|
|
|
|
*/
|
2020-10-15 22:30:31 +03:00
|
|
|
pcie_capability_read_dword(parent, PCI_EXP_LNKCAP, &parent_lnkcap);
|
|
|
|
pcie_capability_read_dword(child, PCI_EXP_LNKCAP, &child_lnkcap);
|
|
|
|
if (!(parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPMS))
|
2016-11-18 01:25:01 +03:00
|
|
|
return;
|
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
/* Configure common clock before checking latencies */
|
|
|
|
pcie_aspm_configure_common_clock(link);
|
|
|
|
|
2016-11-18 01:25:01 +03:00
|
|
|
/*
|
2020-10-15 22:30:31 +03:00
|
|
|
* Re-read upstream/downstream components' register state after
|
|
|
|
* clock configuration. L0s & L1 exit latencies in the otherwise
|
|
|
|
* read-only Link Capabilities may change depending on common clock
|
|
|
|
* configuration (PCIe r5.0, sec 7.5.3.6).
|
2016-11-18 01:25:01 +03:00
|
|
|
*/
|
2020-10-15 22:30:31 +03:00
|
|
|
pcie_capability_read_dword(parent, PCI_EXP_LNKCAP, &parent_lnkcap);
|
|
|
|
pcie_capability_read_dword(child, PCI_EXP_LNKCAP, &child_lnkcap);
|
2020-10-15 22:30:32 +03:00
|
|
|
pcie_capability_read_word(parent, PCI_EXP_LNKCTL, &parent_lnkctl);
|
|
|
|
pcie_capability_read_word(child, PCI_EXP_LNKCTL, &child_lnkctl);
|
2009-08-19 06:02:13 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Setup L0s state
|
|
|
|
*
|
|
|
|
* Note that we must not enable L0s in either direction on a
|
|
|
|
* given link unless components on both sides of the link each
|
|
|
|
* support L0s.
|
|
|
|
*/
|
2020-10-15 22:30:31 +03:00
|
|
|
if (parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPM_L0S)
|
2009-08-19 06:02:13 +04:00
|
|
|
link->aspm_support |= ASPM_STATE_L0S;
|
2020-10-15 22:30:31 +03:00
|
|
|
|
2020-10-15 22:30:32 +03:00
|
|
|
if (child_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S)
|
2009-08-19 06:02:13 +04:00
|
|
|
link->aspm_enabled |= ASPM_STATE_L0S_UP;
|
2020-10-15 22:30:32 +03:00
|
|
|
if (parent_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S)
|
2009-08-19 06:02:13 +04:00
|
|
|
link->aspm_enabled |= ASPM_STATE_L0S_DW;
|
2020-10-15 22:30:33 +03:00
|
|
|
link->latency_up.l0s = calc_l0s_latency(parent_lnkcap);
|
|
|
|
link->latency_dw.l0s = calc_l0s_latency(child_lnkcap);
|
2009-08-19 06:02:13 +04:00
|
|
|
|
|
|
|
/* Setup L1 state */
|
2020-10-15 22:30:31 +03:00
|
|
|
if (parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPM_L1)
|
2009-08-19 06:02:13 +04:00
|
|
|
link->aspm_support |= ASPM_STATE_L1;
|
2020-10-15 22:30:31 +03:00
|
|
|
|
2020-10-15 22:30:32 +03:00
|
|
|
if (parent_lnkctl & child_lnkctl & PCI_EXP_LNKCTL_ASPM_L1)
|
2009-08-19 06:02:13 +04:00
|
|
|
link->aspm_enabled |= ASPM_STATE_L1;
|
2020-10-15 22:30:33 +03:00
|
|
|
link->latency_up.l1 = calc_l1_latency(parent_lnkcap);
|
|
|
|
link->latency_dw.l1 = calc_l1_latency(child_lnkcap);
|
2009-05-13 07:17:44 +04:00
|
|
|
|
2020-10-15 22:30:38 +03:00
|
|
|
/* Setup L1 substate */
|
|
|
|
pci_read_config_dword(parent, parent->l1ss + PCI_L1SS_CAP,
|
|
|
|
&parent_l1ss_cap);
|
|
|
|
pci_read_config_dword(child, child->l1ss + PCI_L1SS_CAP,
|
|
|
|
&child_l1ss_cap);
|
|
|
|
|
|
|
|
if (!(parent_l1ss_cap & PCI_L1SS_CAP_L1_PM_SS))
|
|
|
|
parent_l1ss_cap = 0;
|
|
|
|
if (!(child_l1ss_cap & PCI_L1SS_CAP_L1_PM_SS))
|
|
|
|
child_l1ss_cap = 0;
|
|
|
|
|
|
|
|
/*
|
2020-10-15 22:30:29 +03:00
|
|
|
* If we don't have LTR for the entire path from the Root Complex
|
|
|
|
* to this device, we can't use ASPM L1.2 because it relies on the
|
|
|
|
* LTR_L1.2_THRESHOLD. See PCIe r4.0, secs 5.5.4, 6.18.
|
|
|
|
*/
|
|
|
|
if (!child->ltr_path)
|
2020-10-15 22:30:38 +03:00
|
|
|
child_l1ss_cap &= ~PCI_L1SS_CAP_ASPM_L1_2;
|
2020-10-15 22:30:29 +03:00
|
|
|
|
2020-10-15 22:30:38 +03:00
|
|
|
if (parent_l1ss_cap & child_l1ss_cap & PCI_L1SS_CAP_ASPM_L1_1)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_support |= ASPM_STATE_L1_1;
|
2020-10-15 22:30:38 +03:00
|
|
|
if (parent_l1ss_cap & child_l1ss_cap & PCI_L1SS_CAP_ASPM_L1_2)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_support |= ASPM_STATE_L1_2;
|
2020-10-15 22:30:38 +03:00
|
|
|
if (parent_l1ss_cap & child_l1ss_cap & PCI_L1SS_CAP_PCIPM_L1_1)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_support |= ASPM_STATE_L1_1_PCIPM;
|
2020-10-15 22:30:38 +03:00
|
|
|
if (parent_l1ss_cap & child_l1ss_cap & PCI_L1SS_CAP_PCIPM_L1_2)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_support |= ASPM_STATE_L1_2_PCIPM;
|
|
|
|
|
2020-10-15 22:30:38 +03:00
|
|
|
if (parent_l1ss_cap)
|
2020-10-15 22:30:36 +03:00
|
|
|
pci_read_config_dword(parent, parent->l1ss + PCI_L1SS_CTL1,
|
|
|
|
&parent_l1ss_ctl1);
|
2020-10-15 22:30:38 +03:00
|
|
|
if (child_l1ss_cap)
|
2020-10-15 22:30:36 +03:00
|
|
|
pci_read_config_dword(child, child->l1ss + PCI_L1SS_CTL1,
|
|
|
|
&child_l1ss_ctl1);
|
|
|
|
|
|
|
|
if (parent_l1ss_ctl1 & child_l1ss_ctl1 & PCI_L1SS_CTL1_ASPM_L1_1)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_enabled |= ASPM_STATE_L1_1;
|
2020-10-15 22:30:36 +03:00
|
|
|
if (parent_l1ss_ctl1 & child_l1ss_ctl1 & PCI_L1SS_CTL1_ASPM_L1_2)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_enabled |= ASPM_STATE_L1_2;
|
2020-10-15 22:30:36 +03:00
|
|
|
if (parent_l1ss_ctl1 & child_l1ss_ctl1 & PCI_L1SS_CTL1_PCIPM_L1_1)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_enabled |= ASPM_STATE_L1_1_PCIPM;
|
2020-10-15 22:30:36 +03:00
|
|
|
if (parent_l1ss_ctl1 & child_l1ss_ctl1 & PCI_L1SS_CTL1_PCIPM_L1_2)
|
2017-01-03 09:34:12 +03:00
|
|
|
link->aspm_enabled |= ASPM_STATE_L1_2_PCIPM;
|
|
|
|
|
2017-01-03 09:34:13 +03:00
|
|
|
if (link->aspm_support & ASPM_STATE_L1SS)
|
2020-10-15 22:30:38 +03:00
|
|
|
aspm_calc_l1ss_info(link, parent_l1ss_cap, child_l1ss_cap);
|
2017-01-03 09:34:13 +03:00
|
|
|
|
2009-08-19 05:57:31 +04:00
|
|
|
/* Save default state */
|
|
|
|
link->aspm_default = link->aspm_enabled;
|
2009-08-19 06:00:25 +04:00
|
|
|
|
|
|
|
/* Setup initial capable state. Will be updated later */
|
|
|
|
link->aspm_capable = link->aspm_support;
|
2009-08-19 05:57:31 +04:00
|
|
|
|
2009-08-19 06:01:37 +04:00
|
|
|
/* Get and check endpoint acceptable latencies */
|
2009-05-13 07:17:44 +04:00
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list) {
|
2009-05-13 07:21:48 +04:00
|
|
|
u32 reg32, encoding;
|
2009-05-13 07:14:58 +04:00
|
|
|
struct aspm_latency *acceptable =
|
2009-05-13 07:17:44 +04:00
|
|
|
&link->acceptable[PCI_FUNC(child->devfn)];
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2012-07-24 13:20:03 +04:00
|
|
|
if (pci_pcie_type(child) != PCI_EXP_TYPE_ENDPOINT &&
|
|
|
|
pci_pcie_type(child) != PCI_EXP_TYPE_LEG_END)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
continue;
|
|
|
|
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_dword(child, PCI_EXP_DEVCAP, ®32);
|
2009-08-19 06:00:25 +04:00
|
|
|
/* Calculate endpoint L0s acceptable latency */
|
2009-05-13 07:21:48 +04:00
|
|
|
encoding = (reg32 & PCI_EXP_DEVCAP_L0S) >> 6;
|
|
|
|
acceptable->l0s = calc_l0s_acceptable(encoding);
|
2009-08-19 06:00:25 +04:00
|
|
|
/* Calculate endpoint L1 acceptable latency */
|
|
|
|
encoding = (reg32 & PCI_EXP_DEVCAP_L1) >> 9;
|
|
|
|
acceptable->l1 = calc_l1_acceptable(encoding);
|
|
|
|
|
|
|
|
pcie_aspm_check_latency(child);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-03 09:34:14 +03:00
|
|
|
/* Configure the ASPM L1 substates */
|
|
|
|
static void pcie_config_aspm_l1ss(struct pcie_link_state *link, u32 state)
|
|
|
|
{
|
|
|
|
u32 val, enable_req;
|
|
|
|
struct pci_dev *child = link->downstream, *parent = link->pdev;
|
|
|
|
|
|
|
|
enable_req = (link->aspm_enabled ^ state) & state;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Here are the rules specified in the PCIe spec for enabling L1SS:
|
|
|
|
* - When enabling L1.x, enable bit at parent first, then at child
|
|
|
|
* - When disabling L1.x, disable bit at child first, then at parent
|
|
|
|
* - When enabling ASPM L1.x, need to disable L1
|
|
|
|
* (at child followed by parent).
|
|
|
|
* - The ASPM/PCIPM L1.2 must be disabled while programming timing
|
|
|
|
* parameters
|
|
|
|
*
|
|
|
|
* To keep it simple, disable all L1SS bits first, and later enable
|
|
|
|
* what is needed.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Disable all L1 substates */
|
2020-10-15 22:30:34 +03:00
|
|
|
pci_clear_and_set_dword(child, child->l1ss + PCI_L1SS_CTL1,
|
2017-01-03 09:34:14 +03:00
|
|
|
PCI_L1SS_CTL1_L1SS_MASK, 0);
|
2020-10-15 22:30:34 +03:00
|
|
|
pci_clear_and_set_dword(parent, parent->l1ss + PCI_L1SS_CTL1,
|
2017-01-03 09:34:14 +03:00
|
|
|
PCI_L1SS_CTL1_L1SS_MASK, 0);
|
|
|
|
/*
|
|
|
|
* If needed, disable L1, and it gets enabled later
|
|
|
|
* in pcie_config_aspm_link().
|
|
|
|
*/
|
|
|
|
if (enable_req & (ASPM_STATE_L1_1 | ASPM_STATE_L1_2)) {
|
|
|
|
pcie_capability_clear_and_set_word(child, PCI_EXP_LNKCTL,
|
|
|
|
PCI_EXP_LNKCTL_ASPM_L1, 0);
|
|
|
|
pcie_capability_clear_and_set_word(parent, PCI_EXP_LNKCTL,
|
|
|
|
PCI_EXP_LNKCTL_ASPM_L1, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
val = 0;
|
|
|
|
if (state & ASPM_STATE_L1_1)
|
|
|
|
val |= PCI_L1SS_CTL1_ASPM_L1_1;
|
|
|
|
if (state & ASPM_STATE_L1_2)
|
|
|
|
val |= PCI_L1SS_CTL1_ASPM_L1_2;
|
|
|
|
if (state & ASPM_STATE_L1_1_PCIPM)
|
|
|
|
val |= PCI_L1SS_CTL1_PCIPM_L1_1;
|
|
|
|
if (state & ASPM_STATE_L1_2_PCIPM)
|
|
|
|
val |= PCI_L1SS_CTL1_PCIPM_L1_2;
|
|
|
|
|
|
|
|
/* Enable what we need to enable */
|
2020-10-15 22:30:34 +03:00
|
|
|
pci_clear_and_set_dword(parent, parent->l1ss + PCI_L1SS_CTL1,
|
2020-03-13 12:53:47 +03:00
|
|
|
PCI_L1SS_CTL1_L1SS_MASK, val);
|
2020-10-15 22:30:34 +03:00
|
|
|
pci_clear_and_set_dword(child, child->l1ss + PCI_L1SS_CTL1,
|
2020-03-13 12:53:47 +03:00
|
|
|
PCI_L1SS_CTL1_L1SS_MASK, val);
|
2017-01-03 09:34:14 +03:00
|
|
|
}
|
|
|
|
|
2009-08-19 06:02:13 +04:00
|
|
|
static void pcie_config_aspm_dev(struct pci_dev *pdev, u32 val)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2012-12-06 00:51:19 +04:00
|
|
|
pcie_capability_clear_and_set_word(pdev, PCI_EXP_LNKCTL,
|
|
|
|
PCI_EXP_LNKCTL_ASPMC, val);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2009-08-19 06:01:37 +04:00
|
|
|
static void pcie_config_aspm_link(struct pcie_link_state *link, u32 state)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2009-08-19 06:02:13 +04:00
|
|
|
u32 upstream = 0, dwstream = 0;
|
2017-01-03 09:34:14 +03:00
|
|
|
struct pci_dev *child = link->downstream, *parent = link->pdev;
|
2009-05-13 07:17:44 +04:00
|
|
|
struct pci_bus *linkbus = parent->subordinate;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2017-01-03 09:34:14 +03:00
|
|
|
/* Enable only the states that were not explicitly disabled */
|
2009-08-19 06:01:37 +04:00
|
|
|
state &= (link->aspm_capable & ~link->aspm_disable);
|
2017-01-03 09:34:14 +03:00
|
|
|
|
|
|
|
/* Can't enable any substates if L1 is not enabled */
|
|
|
|
if (!(state & ASPM_STATE_L1))
|
|
|
|
state &= ~ASPM_STATE_L1SS;
|
|
|
|
|
|
|
|
/* Spec says both ports must be in D0 before enabling PCI PM substates*/
|
|
|
|
if (parent->current_state != PCI_D0 || child->current_state != PCI_D0) {
|
|
|
|
state &= ~ASPM_STATE_L1_SS_PCIPM;
|
|
|
|
state |= (link->aspm_enabled & ASPM_STATE_L1_SS_PCIPM);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Nothing to do if the link is already in the requested state */
|
2009-08-19 05:59:52 +04:00
|
|
|
if (link->aspm_enabled == state)
|
|
|
|
return;
|
2009-08-19 06:02:13 +04:00
|
|
|
/* Convert ASPM state to upstream/downstream ASPM register state */
|
|
|
|
if (state & ASPM_STATE_L0S_UP)
|
2012-12-06 00:51:19 +04:00
|
|
|
dwstream |= PCI_EXP_LNKCTL_ASPM_L0S;
|
2009-08-19 06:02:13 +04:00
|
|
|
if (state & ASPM_STATE_L0S_DW)
|
2012-12-06 00:51:19 +04:00
|
|
|
upstream |= PCI_EXP_LNKCTL_ASPM_L0S;
|
2009-08-19 06:02:13 +04:00
|
|
|
if (state & ASPM_STATE_L1) {
|
2012-12-06 00:51:19 +04:00
|
|
|
upstream |= PCI_EXP_LNKCTL_ASPM_L1;
|
|
|
|
dwstream |= PCI_EXP_LNKCTL_ASPM_L1;
|
2009-08-19 06:02:13 +04:00
|
|
|
}
|
2017-01-03 09:34:14 +03:00
|
|
|
|
|
|
|
if (link->aspm_capable & ASPM_STATE_L1SS)
|
|
|
|
pcie_config_aspm_l1ss(link, state);
|
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/*
|
2009-05-13 07:17:44 +04:00
|
|
|
* Spec 2.0 suggests all functions should be configured the
|
|
|
|
* same setting for ASPM. Enabling ASPM L1 should be done in
|
|
|
|
* upstream component first and then downstream, and vice
|
|
|
|
* versa for disabling ASPM L1. Spec doesn't mention L0S.
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
*/
|
2009-08-19 06:02:13 +04:00
|
|
|
if (state & ASPM_STATE_L1)
|
|
|
|
pcie_config_aspm_dev(parent, upstream);
|
2009-05-13 07:17:44 +04:00
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list)
|
2009-08-19 06:02:13 +04:00
|
|
|
pcie_config_aspm_dev(child, dwstream);
|
|
|
|
if (!(state & ASPM_STATE_L1))
|
|
|
|
pcie_config_aspm_dev(parent, upstream);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2009-05-13 07:17:44 +04:00
|
|
|
link->aspm_enabled = state;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2009-08-19 06:01:37 +04:00
|
|
|
static void pcie_config_aspm_path(struct pcie_link_state *link)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2009-08-19 06:01:37 +04:00
|
|
|
while (link) {
|
|
|
|
pcie_config_aspm_link(link, policy_to_aspm_state(link));
|
|
|
|
link = link->parent;
|
2008-12-19 04:27:42 +03:00
|
|
|
}
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2009-05-13 07:17:44 +04:00
|
|
|
static void free_link_state(struct pcie_link_state *link)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2009-05-13 07:17:44 +04:00
|
|
|
link->pdev->link_state = NULL;
|
|
|
|
kfree(link);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2008-05-21 12:58:40 +04:00
|
|
|
static int pcie_aspm_sanity_check(struct pci_dev *pdev)
|
|
|
|
{
|
2009-05-13 07:23:09 +04:00
|
|
|
struct pci_dev *child;
|
2008-07-23 06:32:31 +04:00
|
|
|
u32 reg32;
|
2010-12-06 22:00:56 +03:00
|
|
|
|
2008-05-21 12:58:40 +04:00
|
|
|
/*
|
2009-12-03 14:49:24 +03:00
|
|
|
* Some functions in a slot might not all be PCIe functions,
|
2009-05-13 07:23:09 +04:00
|
|
|
* very strange. Disable ASPM for the whole slot
|
2008-05-21 12:58:40 +04:00
|
|
|
*/
|
2009-05-13 07:23:09 +04:00
|
|
|
list_for_each_entry(child, &pdev->subordinate->devices, bus_list) {
|
2012-07-24 13:20:12 +04:00
|
|
|
if (!pci_is_pcie(child))
|
2008-05-21 12:58:40 +04:00
|
|
|
return -EINVAL;
|
2012-03-27 18:17:41 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* If ASPM is disabled then we're not going to change
|
|
|
|
* the BIOS state. It's safe to continue even if it's a
|
|
|
|
* pre-1.1 device
|
|
|
|
*/
|
|
|
|
|
|
|
|
if (aspm_disabled)
|
|
|
|
continue;
|
|
|
|
|
2008-07-23 06:32:31 +04:00
|
|
|
/*
|
|
|
|
* Disable ASPM for pre-1.1 PCIe device, we follow MS to use
|
|
|
|
* RBER bit to determine if a function is 1.1 version device
|
|
|
|
*/
|
2012-07-24 13:20:12 +04:00
|
|
|
pcie_capability_read_dword(child, PCI_EXP_DEVCAP, ®32);
|
2008-09-16 17:27:13 +04:00
|
|
|
if (!(reg32 & PCI_EXP_DEVCAP_RBER) && !aspm_force) {
|
2018-01-18 21:55:24 +03:00
|
|
|
pci_info(child, "disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'\n");
|
2008-07-23 06:32:31 +04:00
|
|
|
return -EINVAL;
|
|
|
|
}
|
2008-05-21 12:58:40 +04:00
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2009-08-19 06:01:37 +04:00
|
|
|
static struct pcie_link_state *alloc_pcie_link_state(struct pci_dev *pdev)
|
2009-05-13 07:18:22 +04:00
|
|
|
{
|
|
|
|
struct pcie_link_state *link;
|
|
|
|
|
|
|
|
link = kzalloc(sizeof(*link), GFP_KERNEL);
|
|
|
|
if (!link)
|
|
|
|
return NULL;
|
2017-01-28 00:00:45 +03:00
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
INIT_LIST_HEAD(&link->sibling);
|
|
|
|
link->pdev = pdev;
|
2017-03-01 11:25:40 +03:00
|
|
|
link->downstream = pci_function_0(pdev->subordinate);
|
2017-01-28 00:00:45 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Root Ports and PCI/PCI-X to PCIe Bridges are roots of PCIe
|
2017-10-02 17:08:40 +03:00
|
|
|
* hierarchies. Note that some PCIe host implementations omit
|
|
|
|
* the root ports entirely, in which case a downstream port on
|
|
|
|
* a switch may become the root of the link state chain for all
|
|
|
|
* its subordinate endpoints.
|
2017-01-28 00:00:45 +03:00
|
|
|
*/
|
|
|
|
if (pci_pcie_type(pdev) == PCI_EXP_TYPE_ROOT_PORT ||
|
2017-10-02 17:08:40 +03:00
|
|
|
pci_pcie_type(pdev) == PCI_EXP_TYPE_PCIE_BRIDGE ||
|
|
|
|
!pdev->bus->parent->self) {
|
2017-01-28 00:00:45 +03:00
|
|
|
link->root = link;
|
|
|
|
} else {
|
2009-05-13 07:18:22 +04:00
|
|
|
struct pcie_link_state *parent;
|
2017-01-28 00:00:45 +03:00
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
parent = pdev->bus->parent->self->link_state;
|
|
|
|
if (!parent) {
|
|
|
|
kfree(link);
|
|
|
|
return NULL;
|
|
|
|
}
|
2017-01-28 00:00:45 +03:00
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
link->parent = parent;
|
2017-01-28 00:00:45 +03:00
|
|
|
link->root = link->parent->root;
|
2009-05-13 07:18:22 +04:00
|
|
|
}
|
2009-05-13 07:23:57 +04:00
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
list_add(&link->sibling, &link_list);
|
|
|
|
pdev->link_state = link;
|
|
|
|
return link;
|
|
|
|
}
|
|
|
|
|
2019-10-05 15:07:56 +03:00
|
|
|
static void pcie_aspm_update_sysfs_visibility(struct pci_dev *pdev)
|
|
|
|
{
|
|
|
|
struct pci_dev *child;
|
|
|
|
|
|
|
|
list_for_each_entry(child, &pdev->subordinate->devices, bus_list)
|
|
|
|
sysfs_update_group(&child->dev.kobj, &aspm_ctrl_attr_group);
|
|
|
|
}
|
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/*
|
|
|
|
* pcie_aspm_init_link_state: Initiate PCI express link state.
|
2013-11-14 22:28:18 +04:00
|
|
|
* It is called after the pcie and its children devices are scanned.
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
* @pdev: the root port or switch downstream port
|
|
|
|
*/
|
|
|
|
void pcie_aspm_init_link_state(struct pci_dev *pdev)
|
|
|
|
{
|
2009-05-13 07:18:22 +04:00
|
|
|
struct pcie_link_state *link;
|
2009-08-19 06:01:37 +04:00
|
|
|
int blacklist = !!pcie_aspm_sanity_check(pdev);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2018-12-04 03:05:17 +03:00
|
|
|
if (!aspm_support_enabled)
|
2013-01-16 00:31:28 +04:00
|
|
|
return;
|
|
|
|
|
2015-05-21 10:05:03 +03:00
|
|
|
if (pdev->link_state)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
return;
|
2015-05-21 10:05:03 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* We allocate pcie_link_state for the component on the upstream
|
2019-08-22 11:55:53 +03:00
|
|
|
* end of a Link, so there's nothing to do unless this device is
|
|
|
|
* downstream port.
|
2015-05-21 10:05:03 +03:00
|
|
|
*/
|
2019-08-22 11:55:53 +03:00
|
|
|
if (!pcie_downstream_port(pdev))
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
return;
|
2009-05-13 07:18:22 +04:00
|
|
|
|
2009-06-08 05:27:25 +04:00
|
|
|
/* VIA has a strange chipset, root port is under a bridge */
|
2012-07-24 13:20:03 +04:00
|
|
|
if (pci_pcie_type(pdev) == PCI_EXP_TYPE_ROOT_PORT &&
|
2009-05-13 07:18:22 +04:00
|
|
|
pdev->bus->self)
|
2009-06-08 05:27:25 +04:00
|
|
|
return;
|
2009-05-13 07:18:22 +04:00
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
down_read(&pci_bus_sem);
|
|
|
|
if (list_empty(&pdev->subordinate->devices))
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
mutex_lock(&aspm_lock);
|
2009-08-19 06:01:37 +04:00
|
|
|
link = alloc_pcie_link_state(pdev);
|
2009-05-13 07:18:22 +04:00
|
|
|
if (!link)
|
|
|
|
goto unlock;
|
|
|
|
/*
|
2009-08-19 06:01:37 +04:00
|
|
|
* Setup initial ASPM state. Note that we need to configure
|
|
|
|
* upstream links also because capable state of them can be
|
|
|
|
* update through pcie_aspm_cap_init().
|
2009-05-13 07:18:22 +04:00
|
|
|
*/
|
2009-08-19 06:01:37 +04:00
|
|
|
pcie_aspm_cap_init(link, blacklist);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
/* Setup initial Clock PM state */
|
2009-08-19 06:01:37 +04:00
|
|
|
pcie_clkpm_cap_init(link, blacklist);
|
2010-06-10 00:05:07 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* At this stage drivers haven't had an opportunity to change the
|
|
|
|
* link policy setting. Enabling ASPM on broken hardware can cripple
|
|
|
|
* it even before the driver has had a chance to disable ASPM, so
|
|
|
|
* default to a safe level right now. If we're enabling ASPM beyond
|
|
|
|
* the BIOS's expectation, we'll do so once pci_enable_device() is
|
|
|
|
* called.
|
|
|
|
*/
|
2017-01-03 09:34:11 +03:00
|
|
|
if (aspm_policy != POLICY_POWERSAVE &&
|
|
|
|
aspm_policy != POLICY_POWER_SUPERSAVE) {
|
2010-06-10 00:05:07 +04:00
|
|
|
pcie_config_aspm_path(link);
|
|
|
|
pcie_set_clkpm(link, policy_to_clkpm_state(link));
|
|
|
|
}
|
|
|
|
|
2019-10-05 15:07:56 +03:00
|
|
|
pcie_aspm_update_sysfs_visibility(pdev);
|
|
|
|
|
2009-05-13 07:18:22 +04:00
|
|
|
unlock:
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
mutex_unlock(&aspm_lock);
|
|
|
|
out:
|
|
|
|
up_read(&pci_bus_sem);
|
|
|
|
}
|
|
|
|
|
2009-08-19 06:00:25 +04:00
|
|
|
/* Recheck latencies and update aspm_capable for links under the root */
|
|
|
|
static void pcie_update_aspm_capable(struct pcie_link_state *root)
|
|
|
|
{
|
|
|
|
struct pcie_link_state *link;
|
|
|
|
BUG_ON(root->parent);
|
|
|
|
list_for_each_entry(link, &link_list, sibling) {
|
|
|
|
if (link->root != root)
|
|
|
|
continue;
|
|
|
|
link->aspm_capable = link->aspm_support;
|
|
|
|
}
|
|
|
|
list_for_each_entry(link, &link_list, sibling) {
|
|
|
|
struct pci_dev *child;
|
|
|
|
struct pci_bus *linkbus = link->pdev->subordinate;
|
|
|
|
if (link->root != root)
|
|
|
|
continue;
|
|
|
|
list_for_each_entry(child, &linkbus->devices, bus_list) {
|
2012-07-24 13:20:03 +04:00
|
|
|
if ((pci_pcie_type(child) != PCI_EXP_TYPE_ENDPOINT) &&
|
|
|
|
(pci_pcie_type(child) != PCI_EXP_TYPE_LEG_END))
|
2009-08-19 06:00:25 +04:00
|
|
|
continue;
|
|
|
|
pcie_aspm_check_latency(child);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/* @pdev: the endpoint device */
|
|
|
|
void pcie_aspm_exit_link_state(struct pci_dev *pdev)
|
|
|
|
{
|
|
|
|
struct pci_dev *parent = pdev->bus->self;
|
2009-08-19 06:01:37 +04:00
|
|
|
struct pcie_link_state *link, *root, *parent_link;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2013-02-01 03:29:25 +04:00
|
|
|
if (!parent || !parent->link_state)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
return;
|
2009-08-19 05:58:46 +04:00
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
down_read(&pci_bus_sem);
|
|
|
|
mutex_lock(&aspm_lock);
|
|
|
|
/*
|
|
|
|
* All PCIe functions are in one slot, remove one function will remove
|
2009-01-29 00:59:18 +03:00
|
|
|
* the whole slot, so just wait until we are the last function left.
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
*/
|
2018-09-04 20:34:18 +03:00
|
|
|
if (!list_empty(&parent->subordinate->devices))
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
goto out;
|
|
|
|
|
2009-08-19 05:58:46 +04:00
|
|
|
link = parent->link_state;
|
2009-08-19 06:00:25 +04:00
|
|
|
root = link->root;
|
2009-08-19 06:01:37 +04:00
|
|
|
parent_link = link->parent;
|
2009-08-19 05:58:46 +04:00
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/* All functions are removed, so just disable ASPM for the link */
|
2009-08-19 06:01:37 +04:00
|
|
|
pcie_config_aspm_link(link, 0);
|
2009-08-19 05:58:46 +04:00
|
|
|
list_del(&link->sibling);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
/* Clock PM is for endpoint device */
|
2009-08-19 05:58:46 +04:00
|
|
|
free_link_state(link);
|
2009-08-19 06:00:25 +04:00
|
|
|
|
|
|
|
/* Recheck latencies and configure upstream links */
|
2009-11-06 05:25:13 +03:00
|
|
|
if (parent_link) {
|
|
|
|
pcie_update_aspm_capable(root);
|
|
|
|
pcie_config_aspm_path(parent_link);
|
|
|
|
}
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
out:
|
|
|
|
mutex_unlock(&aspm_lock);
|
|
|
|
up_read(&pci_bus_sem);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @pdev: the root port or switch downstream port */
|
|
|
|
void pcie_aspm_pm_state_change(struct pci_dev *pdev)
|
|
|
|
{
|
2009-08-19 06:00:25 +04:00
|
|
|
struct pcie_link_state *link = pdev->link_state;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2015-05-19 06:41:34 +03:00
|
|
|
if (aspm_disabled || !link)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
return;
|
|
|
|
/*
|
2009-08-19 06:00:25 +04:00
|
|
|
* Devices changed PM state, we should recheck if latency
|
|
|
|
* meets all functions' requirement
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
*/
|
2009-08-19 06:00:25 +04:00
|
|
|
down_read(&pci_bus_sem);
|
|
|
|
mutex_lock(&aspm_lock);
|
|
|
|
pcie_update_aspm_capable(link->root);
|
2009-08-19 06:01:37 +04:00
|
|
|
pcie_config_aspm_path(link);
|
2009-08-19 06:00:25 +04:00
|
|
|
mutex_unlock(&aspm_lock);
|
|
|
|
up_read(&pci_bus_sem);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
|
2011-03-21 06:29:08 +03:00
|
|
|
void pcie_aspm_powersave_config_link(struct pci_dev *pdev)
|
|
|
|
{
|
|
|
|
struct pcie_link_state *link = pdev->link_state;
|
|
|
|
|
2015-05-19 06:41:34 +03:00
|
|
|
if (aspm_disabled || !link)
|
2011-03-21 06:29:08 +03:00
|
|
|
return;
|
|
|
|
|
2017-01-03 09:34:11 +03:00
|
|
|
if (aspm_policy != POLICY_POWERSAVE &&
|
|
|
|
aspm_policy != POLICY_POWER_SUPERSAVE)
|
2011-03-21 06:29:08 +03:00
|
|
|
return;
|
|
|
|
|
|
|
|
down_read(&pci_bus_sem);
|
|
|
|
mutex_lock(&aspm_lock);
|
|
|
|
pcie_config_aspm_path(link);
|
|
|
|
pcie_set_clkpm(link, policy_to_clkpm_state(link));
|
|
|
|
mutex_unlock(&aspm_lock);
|
|
|
|
up_read(&pci_bus_sem);
|
|
|
|
}
|
|
|
|
|
2019-10-05 15:07:18 +03:00
|
|
|
static struct pcie_link_state *pcie_aspm_get_link(struct pci_dev *pdev)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
2019-10-05 15:07:18 +03:00
|
|
|
struct pci_dev *bridge;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2011-11-11 01:38:33 +04:00
|
|
|
if (!pci_is_pcie(pdev))
|
2019-10-05 15:07:18 +03:00
|
|
|
return NULL;
|
2011-11-11 01:38:33 +04:00
|
|
|
|
2019-10-05 15:07:18 +03:00
|
|
|
bridge = pci_upstream_bridge(pdev);
|
|
|
|
if (!bridge || !pci_is_pcie(bridge))
|
|
|
|
return NULL;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2019-10-05 15:07:18 +03:00
|
|
|
return bridge->link_state;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int __pci_disable_link_state(struct pci_dev *pdev, int state, bool sem)
|
|
|
|
{
|
|
|
|
struct pcie_link_state *link = pcie_aspm_get_link(pdev);
|
|
|
|
|
|
|
|
if (!link)
|
|
|
|
return -EINVAL;
|
2013-05-21 20:56:51 +04:00
|
|
|
/*
|
|
|
|
* A driver requested that ASPM be disabled on this device, but
|
|
|
|
* if we don't have permission to manage ASPM (e.g., on ACPI
|
|
|
|
* systems we have to observe the FADT ACPI_FADT_NO_ASPM bit and
|
|
|
|
* the _OSC method), we can't honor that request. Windows has
|
|
|
|
* a similar mechanism using "PciASPMOptOut", which is also
|
|
|
|
* ignored in this situation.
|
|
|
|
*/
|
2015-05-20 20:13:05 +03:00
|
|
|
if (aspm_disabled) {
|
2018-01-18 21:55:24 +03:00
|
|
|
pci_warn(pdev, "can't disable ASPM; OS doesn't have ASPM control\n");
|
2019-06-19 00:13:48 +03:00
|
|
|
return -EPERM;
|
2013-05-21 20:56:51 +04:00
|
|
|
}
|
|
|
|
|
2011-05-13 04:11:47 +04:00
|
|
|
if (sem)
|
|
|
|
down_read(&pci_bus_sem);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
mutex_lock(&aspm_lock);
|
2009-08-19 06:02:13 +04:00
|
|
|
if (state & PCIE_LINK_STATE_L0S)
|
|
|
|
link->aspm_disable |= ASPM_STATE_L0S;
|
|
|
|
if (state & PCIE_LINK_STATE_L1)
|
2019-10-05 15:04:36 +03:00
|
|
|
/* L1 PM substates require L1 */
|
|
|
|
link->aspm_disable |= ASPM_STATE_L1 | ASPM_STATE_L1SS;
|
|
|
|
if (state & PCIE_LINK_STATE_L1_1)
|
|
|
|
link->aspm_disable |= ASPM_STATE_L1_1;
|
|
|
|
if (state & PCIE_LINK_STATE_L1_2)
|
|
|
|
link->aspm_disable |= ASPM_STATE_L1_2;
|
|
|
|
if (state & PCIE_LINK_STATE_L1_1_PCIPM)
|
|
|
|
link->aspm_disable |= ASPM_STATE_L1_1_PCIPM;
|
|
|
|
if (state & PCIE_LINK_STATE_L1_2_PCIPM)
|
|
|
|
link->aspm_disable |= ASPM_STATE_L1_2_PCIPM;
|
2009-08-19 06:01:37 +04:00
|
|
|
pcie_config_aspm_link(link, policy_to_aspm_state(link));
|
|
|
|
|
2019-10-05 15:03:57 +03:00
|
|
|
if (state & PCIE_LINK_STATE_CLKPM)
|
|
|
|
link->clkpm_disable = 1;
|
|
|
|
pcie_set_clkpm(link, policy_to_clkpm_state(link));
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
mutex_unlock(&aspm_lock);
|
2011-05-13 04:11:47 +04:00
|
|
|
if (sem)
|
|
|
|
up_read(&pci_bus_sem);
|
2019-06-19 00:13:48 +03:00
|
|
|
|
|
|
|
return 0;
|
2011-05-13 04:11:47 +04:00
|
|
|
}
|
|
|
|
|
2019-06-19 00:13:48 +03:00
|
|
|
int pci_disable_link_state_locked(struct pci_dev *pdev, int state)
|
2011-05-13 04:11:47 +04:00
|
|
|
{
|
2019-06-19 00:13:48 +03:00
|
|
|
return __pci_disable_link_state(pdev, state, false);
|
2011-05-13 04:11:47 +04:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(pci_disable_link_state_locked);
|
|
|
|
|
2013-05-28 12:03:22 +04:00
|
|
|
/**
|
|
|
|
* pci_disable_link_state - Disable device's link state, so the link will
|
|
|
|
* never enter specific states. Note that if the BIOS didn't grant ASPM
|
|
|
|
* control to the OS, this does nothing because we can't touch the LNKCTL
|
2019-06-19 00:13:48 +03:00
|
|
|
* register. Returns 0 or a negative errno.
|
2013-05-28 12:03:22 +04:00
|
|
|
*
|
|
|
|
* @pdev: PCI device
|
|
|
|
* @state: ASPM link state to disable
|
|
|
|
*/
|
2019-06-19 00:13:48 +03:00
|
|
|
int pci_disable_link_state(struct pci_dev *pdev, int state)
|
2011-05-13 04:11:47 +04:00
|
|
|
{
|
2019-06-19 00:13:48 +03:00
|
|
|
return __pci_disable_link_state(pdev, state, true);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(pci_disable_link_state);
|
|
|
|
|
treewide: Fix function prototypes for module_param_call()
Several function prototypes for the set/get functions defined by
module_param_call() have a slightly wrong argument types. This fixes
those in an effort to clean up the calls when running under type-enforced
compiler instrumentation for CFI. This is the result of running the
following semantic patch:
@match_module_param_call_function@
declarer name module_param_call;
identifier _name, _set_func, _get_func;
expression _arg, _mode;
@@
module_param_call(_name, _set_func, _get_func, _arg, _mode);
@fix_set_prototype
depends on match_module_param_call_function@
identifier match_module_param_call_function._set_func;
identifier _val, _param;
type _val_type, _param_type;
@@
int _set_func(
-_val_type _val
+const char * _val
,
-_param_type _param
+const struct kernel_param * _param
) { ... }
@fix_get_prototype
depends on match_module_param_call_function@
identifier match_module_param_call_function._get_func;
identifier _val, _param;
type _val_type, _param_type;
@@
int _get_func(
-_val_type _val
+char * _val
,
-_param_type _param
+const struct kernel_param * _param
) { ... }
Two additional by-hand changes are included for places where the above
Coccinelle script didn't notice them:
drivers/platform/x86/thinkpad_acpi.c
fs/lockd/svc.c
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
2017-10-18 05:04:42 +03:00
|
|
|
static int pcie_aspm_set_policy(const char *val,
|
|
|
|
const struct kernel_param *kp)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
|
|
|
int i;
|
2009-08-19 06:01:37 +04:00
|
|
|
struct pcie_link_state *link;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2011-03-21 06:29:14 +03:00
|
|
|
if (aspm_disabled)
|
|
|
|
return -EPERM;
|
2018-08-06 22:30:34 +03:00
|
|
|
i = sysfs_match_string(policy_str, val);
|
|
|
|
if (i < 0)
|
|
|
|
return i;
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
if (i == aspm_policy)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
down_read(&pci_bus_sem);
|
|
|
|
mutex_lock(&aspm_lock);
|
|
|
|
aspm_policy = i;
|
2009-08-19 06:01:37 +04:00
|
|
|
list_for_each_entry(link, &link_list, sibling) {
|
|
|
|
pcie_config_aspm_link(link, policy_to_aspm_state(link));
|
|
|
|
pcie_set_clkpm(link, policy_to_clkpm_state(link));
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
}
|
|
|
|
mutex_unlock(&aspm_lock);
|
|
|
|
up_read(&pci_bus_sem);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
treewide: Fix function prototypes for module_param_call()
Several function prototypes for the set/get functions defined by
module_param_call() have a slightly wrong argument types. This fixes
those in an effort to clean up the calls when running under type-enforced
compiler instrumentation for CFI. This is the result of running the
following semantic patch:
@match_module_param_call_function@
declarer name module_param_call;
identifier _name, _set_func, _get_func;
expression _arg, _mode;
@@
module_param_call(_name, _set_func, _get_func, _arg, _mode);
@fix_set_prototype
depends on match_module_param_call_function@
identifier match_module_param_call_function._set_func;
identifier _val, _param;
type _val_type, _param_type;
@@
int _set_func(
-_val_type _val
+const char * _val
,
-_param_type _param
+const struct kernel_param * _param
) { ... }
@fix_get_prototype
depends on match_module_param_call_function@
identifier match_module_param_call_function._get_func;
identifier _val, _param;
type _val_type, _param_type;
@@
int _get_func(
-_val_type _val
+char * _val
,
-_param_type _param
+const struct kernel_param * _param
) { ... }
Two additional by-hand changes are included for places where the above
Coccinelle script didn't notice them:
drivers/platform/x86/thinkpad_acpi.c
fs/lockd/svc.c
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
2017-10-18 05:04:42 +03:00
|
|
|
static int pcie_aspm_get_policy(char *buffer, const struct kernel_param *kp)
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
{
|
|
|
|
int i, cnt = 0;
|
|
|
|
for (i = 0; i < ARRAY_SIZE(policy_str); i++)
|
|
|
|
if (i == aspm_policy)
|
|
|
|
cnt += sprintf(buffer + cnt, "[%s] ", policy_str[i]);
|
|
|
|
else
|
|
|
|
cnt += sprintf(buffer + cnt, "%s ", policy_str[i]);
|
2020-07-17 10:59:25 +03:00
|
|
|
cnt += sprintf(buffer + cnt, "\n");
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
return cnt;
|
|
|
|
}
|
|
|
|
|
|
|
|
module_param_call(policy, pcie_aspm_set_policy, pcie_aspm_get_policy,
|
|
|
|
NULL, 0644);
|
|
|
|
|
2019-08-09 11:23:57 +03:00
|
|
|
/**
|
|
|
|
* pcie_aspm_enabled - Check if PCIe ASPM has been enabled for a device.
|
|
|
|
* @pdev: Target device.
|
2019-10-09 16:00:12 +03:00
|
|
|
*
|
|
|
|
* Relies on the upstream bridge's link_state being valid. The link_state
|
|
|
|
* is deallocated only when the last child of the bridge (i.e., @pdev or a
|
|
|
|
* sibling) is removed, and the caller should be holding a reference to
|
|
|
|
* @pdev, so this should be safe.
|
2019-08-09 11:23:57 +03:00
|
|
|
*/
|
|
|
|
bool pcie_aspm_enabled(struct pci_dev *pdev)
|
|
|
|
{
|
2019-10-05 15:07:18 +03:00
|
|
|
struct pcie_link_state *link = pcie_aspm_get_link(pdev);
|
2019-08-09 11:23:57 +03:00
|
|
|
|
2019-10-05 15:07:18 +03:00
|
|
|
if (!link)
|
2019-08-09 11:23:57 +03:00
|
|
|
return false;
|
|
|
|
|
2019-10-05 15:07:18 +03:00
|
|
|
return link->aspm_enabled;
|
2019-08-09 11:23:57 +03:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL_GPL(pcie_aspm_enabled);
|
|
|
|
|
2019-10-05 15:07:56 +03:00
|
|
|
static ssize_t aspm_attr_show_common(struct device *dev,
|
|
|
|
struct device_attribute *attr,
|
|
|
|
char *buf, u8 state)
|
|
|
|
{
|
|
|
|
struct pci_dev *pdev = to_pci_dev(dev);
|
|
|
|
struct pcie_link_state *link = pcie_aspm_get_link(pdev);
|
|
|
|
|
|
|
|
return sprintf(buf, "%d\n", (link->aspm_enabled & state) ? 1 : 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
static ssize_t aspm_attr_store_common(struct device *dev,
|
|
|
|
struct device_attribute *attr,
|
|
|
|
const char *buf, size_t len, u8 state)
|
|
|
|
{
|
|
|
|
struct pci_dev *pdev = to_pci_dev(dev);
|
|
|
|
struct pcie_link_state *link = pcie_aspm_get_link(pdev);
|
|
|
|
bool state_enable;
|
|
|
|
|
|
|
|
if (strtobool(buf, &state_enable) < 0)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
down_read(&pci_bus_sem);
|
|
|
|
mutex_lock(&aspm_lock);
|
|
|
|
|
|
|
|
if (state_enable) {
|
|
|
|
link->aspm_disable &= ~state;
|
|
|
|
/* need to enable L1 for substates */
|
|
|
|
if (state & ASPM_STATE_L1SS)
|
|
|
|
link->aspm_disable &= ~ASPM_STATE_L1;
|
|
|
|
} else {
|
|
|
|
link->aspm_disable |= state;
|
|
|
|
}
|
|
|
|
|
|
|
|
pcie_config_aspm_link(link, policy_to_aspm_state(link));
|
|
|
|
|
|
|
|
mutex_unlock(&aspm_lock);
|
|
|
|
up_read(&pci_bus_sem);
|
|
|
|
|
|
|
|
return len;
|
|
|
|
}
|
|
|
|
|
|
|
|
#define ASPM_ATTR(_f, _s) \
|
|
|
|
static ssize_t _f##_show(struct device *dev, \
|
|
|
|
struct device_attribute *attr, char *buf) \
|
|
|
|
{ return aspm_attr_show_common(dev, attr, buf, ASPM_STATE_##_s); } \
|
|
|
|
\
|
|
|
|
static ssize_t _f##_store(struct device *dev, \
|
|
|
|
struct device_attribute *attr, \
|
|
|
|
const char *buf, size_t len) \
|
|
|
|
{ return aspm_attr_store_common(dev, attr, buf, len, ASPM_STATE_##_s); }
|
|
|
|
|
|
|
|
ASPM_ATTR(l0s_aspm, L0S)
|
|
|
|
ASPM_ATTR(l1_aspm, L1)
|
|
|
|
ASPM_ATTR(l1_1_aspm, L1_1)
|
|
|
|
ASPM_ATTR(l1_2_aspm, L1_2)
|
|
|
|
ASPM_ATTR(l1_1_pcipm, L1_1_PCIPM)
|
|
|
|
ASPM_ATTR(l1_2_pcipm, L1_2_PCIPM)
|
|
|
|
|
|
|
|
static ssize_t clkpm_show(struct device *dev,
|
|
|
|
struct device_attribute *attr, char *buf)
|
|
|
|
{
|
|
|
|
struct pci_dev *pdev = to_pci_dev(dev);
|
|
|
|
struct pcie_link_state *link = pcie_aspm_get_link(pdev);
|
|
|
|
|
|
|
|
return sprintf(buf, "%d\n", link->clkpm_enabled);
|
|
|
|
}
|
|
|
|
|
|
|
|
static ssize_t clkpm_store(struct device *dev,
|
|
|
|
struct device_attribute *attr,
|
|
|
|
const char *buf, size_t len)
|
|
|
|
{
|
|
|
|
struct pci_dev *pdev = to_pci_dev(dev);
|
|
|
|
struct pcie_link_state *link = pcie_aspm_get_link(pdev);
|
|
|
|
bool state_enable;
|
|
|
|
|
|
|
|
if (strtobool(buf, &state_enable) < 0)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
down_read(&pci_bus_sem);
|
|
|
|
mutex_lock(&aspm_lock);
|
|
|
|
|
|
|
|
link->clkpm_disable = !state_enable;
|
|
|
|
pcie_set_clkpm(link, policy_to_clkpm_state(link));
|
|
|
|
|
|
|
|
mutex_unlock(&aspm_lock);
|
|
|
|
up_read(&pci_bus_sem);
|
|
|
|
|
|
|
|
return len;
|
|
|
|
}
|
|
|
|
|
|
|
|
static DEVICE_ATTR_RW(clkpm);
|
|
|
|
static DEVICE_ATTR_RW(l0s_aspm);
|
|
|
|
static DEVICE_ATTR_RW(l1_aspm);
|
|
|
|
static DEVICE_ATTR_RW(l1_1_aspm);
|
|
|
|
static DEVICE_ATTR_RW(l1_2_aspm);
|
|
|
|
static DEVICE_ATTR_RW(l1_1_pcipm);
|
|
|
|
static DEVICE_ATTR_RW(l1_2_pcipm);
|
|
|
|
|
|
|
|
static struct attribute *aspm_ctrl_attrs[] = {
|
|
|
|
&dev_attr_clkpm.attr,
|
|
|
|
&dev_attr_l0s_aspm.attr,
|
|
|
|
&dev_attr_l1_aspm.attr,
|
|
|
|
&dev_attr_l1_1_aspm.attr,
|
|
|
|
&dev_attr_l1_2_aspm.attr,
|
|
|
|
&dev_attr_l1_1_pcipm.attr,
|
|
|
|
&dev_attr_l1_2_pcipm.attr,
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
|
|
|
static umode_t aspm_ctrl_attrs_are_visible(struct kobject *kobj,
|
|
|
|
struct attribute *a, int n)
|
|
|
|
{
|
|
|
|
struct device *dev = kobj_to_dev(kobj);
|
|
|
|
struct pci_dev *pdev = to_pci_dev(dev);
|
|
|
|
struct pcie_link_state *link = pcie_aspm_get_link(pdev);
|
|
|
|
static const u8 aspm_state_map[] = {
|
|
|
|
ASPM_STATE_L0S,
|
|
|
|
ASPM_STATE_L1,
|
|
|
|
ASPM_STATE_L1_1,
|
|
|
|
ASPM_STATE_L1_2,
|
|
|
|
ASPM_STATE_L1_1_PCIPM,
|
|
|
|
ASPM_STATE_L1_2_PCIPM,
|
|
|
|
};
|
|
|
|
|
|
|
|
if (aspm_disabled || !link)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
if (n == 0)
|
|
|
|
return link->clkpm_capable ? a->mode : 0;
|
|
|
|
|
|
|
|
return link->aspm_capable & aspm_state_map[n - 1] ? a->mode : 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
const struct attribute_group aspm_ctrl_attr_group = {
|
|
|
|
.name = "link",
|
|
|
|
.attrs = aspm_ctrl_attrs,
|
|
|
|
.is_visible = aspm_ctrl_attrs_are_visible,
|
|
|
|
};
|
|
|
|
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
static int __init pcie_aspm_disable(char *str)
|
|
|
|
{
|
2008-07-23 06:32:42 +04:00
|
|
|
if (!strcmp(str, "off")) {
|
2011-11-11 01:38:33 +04:00
|
|
|
aspm_policy = POLICY_DEFAULT;
|
2008-07-23 06:32:42 +04:00
|
|
|
aspm_disabled = 1;
|
2011-03-05 15:21:51 +03:00
|
|
|
aspm_support_enabled = false;
|
2008-07-23 06:32:42 +04:00
|
|
|
printk(KERN_INFO "PCIe ASPM is disabled\n");
|
|
|
|
} else if (!strcmp(str, "force")) {
|
|
|
|
aspm_force = 1;
|
2011-06-28 10:15:05 +04:00
|
|
|
printk(KERN_INFO "PCIe ASPM is forcibly enabled\n");
|
2008-07-23 06:32:42 +04:00
|
|
|
}
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2008-07-23 06:32:42 +04:00
|
|
|
__setup("pcie_aspm=", pcie_aspm_disable);
|
PCI: add PCI Express ASPM support
PCI Express ASPM defines a protocol for PCI Express components in the D0
state to reduce Link power by placing their Links into a low power state
and instructing the other end of the Link to do likewise. This
capability allows hardware-autonomous, dynamic Link power reduction
beyond what is achievable by software-only controlled power management.
However, The device should be configured by software appropriately.
Enabling ASPM will save power, but will introduce device latency.
This patch adds ASPM support in Linux. It introduces a global policy for
ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
it. The interface can be used as a boot option too. Currently we have
below setting:
-default, BIOS default setting
-powersave, highest power saving mode, enable all available ASPM
state and clock power management
-performance, highest performance, disable ASPM and clock power
management
By default, the 'default' policy is used currently.
In my test, power difference between powersave mode and performance mode
is about 1.3w in a system with 3 PCIE links.
Note: some devices might not work well with aspm, either because chipset
issue or device issue. The patch provide API (pci_disable_link_state),
driver can disable ASPM for specific device.
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-02-25 04:46:41 +03:00
|
|
|
|
2008-07-23 06:32:24 +04:00
|
|
|
void pcie_no_aspm(void)
|
|
|
|
{
|
2011-11-11 01:38:33 +04:00
|
|
|
/*
|
|
|
|
* Disabling ASPM is intended to prevent the kernel from modifying
|
|
|
|
* existing hardware state, not to clear existing state. To that end:
|
|
|
|
* (a) set policy to POLICY_DEFAULT in order to avoid changing state
|
|
|
|
* (b) prevent userspace from changing policy
|
|
|
|
*/
|
|
|
|
if (!aspm_force) {
|
|
|
|
aspm_policy = POLICY_DEFAULT;
|
2008-07-23 06:32:42 +04:00
|
|
|
aspm_disabled = 1;
|
2011-11-11 01:38:33 +04:00
|
|
|
}
|
2008-07-23 06:32:24 +04:00
|
|
|
}
|
|
|
|
|
2011-03-05 15:21:51 +03:00
|
|
|
bool pcie_aspm_support_enabled(void)
|
|
|
|
{
|
|
|
|
return aspm_support_enabled;
|
|
|
|
}
|
|
|
|
EXPORT_SYMBOL(pcie_aspm_support_enabled);
|