summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-01-04 16:50:44 -0500
committerDavid P <megver83@parabola.nu>2022-01-04 16:50:44 -0500
commit14e4651135a22e5c704d1d61b537478fc1e69f74 (patch)
treef4d6671868915b0496117603bd609545f9f8bf43 /libre/linux-libre/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
parentad77e04cf7ce5e6d2d4123b8c4ee260231216a9c (diff)
downloadabslibre-14e4651135a22e5c704d1d61b537478fc1e69f74.tar.gz
abslibre-14e4651135a22e5c704d1d61b537478fc1e69f74.tar.bz2
abslibre-14e4651135a22e5c704d1d61b537478fc1e69f74.zip
updpkg: libre/linux-libre 5.15.12-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch')
-rw-r--r--libre/linux-libre/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/linux-libre/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch b/libre/linux-libre/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
new file mode 100644
index 000000000..78b605896
--- /dev/null
+++ b/libre/linux-libre/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
@@ -0,0 +1,24 @@
+From ff18c9af166dc2d941843ec9a4a6547c1ce8bbed 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 2/6] 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.1
+