aboutsummarylogtreecommitdiffstats
path: root/add-acs-overrides.patch
diff options
context:
space:
mode:
authoralegru2020-02-16 14:53:12 +0100
committeralegru2020-02-16 14:53:12 +0100
commit16ed365eec67a5e4930637b810842389ea7248ac (patch)
tree6eaa2719b2030d912eaffdc6e9c23a6a9b232d9b /add-acs-overrides.patch
parente0b5343bae8733270882bb10d3838904684091e0 (diff)
downloadaur-16ed365eec67a5e4930637b810842389ea7248ac.tar.gz
Update to 5.4.20-1
Diffstat (limited to 'add-acs-overrides.patch')
-rw-r--r--add-acs-overrides.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/add-acs-overrides.patch b/add-acs-overrides.patch
index aa9b381f6d30..6a96f0b6eec2 100644
--- a/add-acs-overrides.patch
+++ b/add-acs-overrides.patch
@@ -53,7 +53,7 @@ diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/adm
index 0c404cda531a..0d45f0014f4a 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
-@@ -3165,6 +3165,14 @@
+@@ -3408,6 +3408,14 @@
nomsi [MSI] If the PCI_MSI kernel config parameter is
enabled, this kernel boot option can be used to
disable the use of MSI interrupts system-wide.
@@ -72,7 +72,7 @@ diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index c0673a717239..695d99b390f7 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
-@@ -194,6 +194,106 @@ static int __init pci_apply_final_quirks(void)
+@@ -192,6 +192,106 @@ static int __init pci_apply_final_quirks(void)
}
fs_initcall_sync(pci_apply_final_quirks);
@@ -179,10 +179,10 @@ index c0673a717239..695d99b390f7 100644
/*
* Decoding should be disabled for a PCI device during BAR sizing to avoid
* conflict. But doing so may cause problems on host bridge and perhaps other
-@@ -4513,6 +4613,8 @@ static const struct pci_dev_acs_enabled {
- { PCI_VENDOR_ID_AMPERE, 0xE00A, pci_quirk_xgene_acs },
- { PCI_VENDOR_ID_AMPERE, 0xE00B, pci_quirk_xgene_acs },
- { PCI_VENDOR_ID_AMPERE, 0xE00C, pci_quirk_xgene_acs },
+@@ -4703,6 +4803,8 @@ static const struct pci_dev_acs_enabled {
+ { PCI_VENDOR_ID_BROADCOM, 0xD714, pci_quirk_brcm_acs },
+ /* Amazon Annapurna Labs */
+ { PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS, 0x0031, pci_quirk_al_acs },
+ /* allow acs for any */
+ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides },
{ 0 }