]> www.infradead.org Git - users/hch/misc.git/commitdiff
PCI: Disable MSI on RDC PCI to PCIe bridges
authorMarcos Del Sol Vives <marcos@orca.pet>
Sat, 5 Jul 2025 23:32:08 +0000 (01:32 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 11 Aug 2025 20:02:51 +0000 (15:02 -0500)
RDC PCI to PCIe bridges, present on Vortex86DX3 and Vortex86EX2 SoCs, do
not support MSIs. If enabled, interrupts generated by PCIe devices never
reach the processor.

I have contacted the manufacturer (DM&P) and they confirmed that PCI MSIs
need to be disabled for them.

Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20250705233209.721507-1-marcos@orca.pet
drivers/pci/quirks.c

index d97335a401930fe8204e7ca91a8474b6b02554c1..6eb3d20386e957ad26d5ce0b2c8ea808553cde17 100644 (file)
@@ -2717,6 +2717,7 @@ static void quirk_disable_msi(struct pci_dev *dev)
 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8131_BRIDGE, quirk_disable_msi);
 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_VIA, 0xa238, quirk_disable_msi);
 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ATI, 0x5a3f, quirk_disable_msi);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_RDC, 0x1031, quirk_disable_msi);
 
 /*
  * The APC bridge device in AMD 780 family northbridges has some random