summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-05-20 04:29:41 -0400
committerDavid P <megver83@parabola.nu>2022-05-20 04:29:41 -0400
commitc9a2f2f4f67adcf5b84e5b1cf1b8ea4500e69c92 (patch)
tree17cfb34916831351788352c60547079bb9cb77da /libre/linux-libre-lts/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
parentce555bbe732a01fa5160d5d4cd0d2c0b5033f5e9 (diff)
downloadabslibre-c9a2f2f4f67adcf5b84e5b1cf1b8ea4500e69c92.tar.gz
abslibre-c9a2f2f4f67adcf5b84e5b1cf1b8ea4500e69c92.tar.bz2
abslibre-c9a2f2f4f67adcf5b84e5b1cf1b8ea4500e69c92.zip
updpkg: libre/linux-libre-lts 5.15.41-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-lts/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch')
-rw-r--r--libre/linux-libre-lts/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/libre/linux-libre-lts/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch b/libre/linux-libre-lts/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
new file mode 100644
index 000000000..fa304d649
--- /dev/null
+++ b/libre/linux-libre-lts/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
@@ -0,0 +1,21 @@
+From 0bb6e4f104167b1e283269b46f3bbd30b2d979a7 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] 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 208fa03acdda0..7fdb7e9c2e12c 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);