summarylogtreecommitdiffstats
path: root/0003-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
diff options
context:
space:
mode:
authorgraysky2021-11-21 17:27:36 -0500
committergraysky2021-11-21 17:27:36 -0500
commit865ea60d3deca54fd8ba60b5c2b2c8ad982a920d (patch)
tree8e00dd5cf212e5b4221a9d3e06d7a348da9b5a85 /0003-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
parentbd5e82fa3c7120e1e0f3cee6d0e12bdeb3c43870 (diff)
downloadaur-865ea60d3deca54fd8ba60b5c2b2c8ad982a920d.tar.gz
Update to 5.15.4-1
Diffstat (limited to '0003-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch')
-rw-r--r--0003-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/0003-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch b/0003-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
new file mode 100644
index 000000000000..b7c1f3636d4c
--- /dev/null
+++ b/0003-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
@@ -0,0 +1,24 @@
+From b6f0344961e165919bfddb0e03033792b9ea8a28 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
+Date: Thu, 18 Nov 2021 22:53:31 +0100
+Subject: [PATCH 3/8] PCI: Add more NVIDIA controllers to the MSI masking quirk
+
+For: https://bugs.archlinux.org/task/72734
+For: https://bugs.archlinux.org/task/72777
+---
+ drivers/pci/quirks.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
+index 208fa03acdda..7fdb7e9c2e12 100644
+--- a/drivers/pci/quirks.c
++++ b/drivers/pci/quirks.c
+@@ -5802,3 +5802,5 @@ static void nvidia_ion_ahci_fixup(struct pci_dev *pdev)
+ pdev->dev_flags |= PCI_DEV_FLAGS_HAS_MSI_MASKING;
+ }
+ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, 0x0ab8, nvidia_ion_ahci_fixup);
++DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, 0x0ab9, nvidia_ion_ahci_fixup);
++DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, 0x0d88, nvidia_ion_ahci_fixup);
+--
+2.34.0
+