From 25e9a718c4811dfac493cdd393665d6f362e20d5 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 5 Apr 2022 23:53:45 +0200 Subject: libre: linux-libre-64: Update to 5.15.12 by syncing with linux-libre Signed-off-by: Denis 'GNUtoo' Carikli --- ...e-NVIDIA-controllers-to-the-MSI-masking-q.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libre/linux-libre-64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch (limited to 'libre/linux-libre-64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch') diff --git a/libre/linux-libre-64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch b/libre/linux-libre-64/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-64/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)" +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 + -- cgit v1.2.3