Loading drivers/pci/quirks.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -2342,6 +2342,7 @@ static void quirk_disable_aspm_l0s_l1(struct pci_dev *dev) * disable both L0s and L1 for now to be safe. * disable both L0s and L1 for now to be safe. */ */ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ASMEDIA, 0x1080, quirk_disable_aspm_l0s_l1); DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ASMEDIA, 0x1080, quirk_disable_aspm_l0s_l1); DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_QCOM, 0x1104, quirk_disable_aspm_l0s_l1); /* /* * Some Pericom PCIe-to-PCI bridges in reverse mode need the PCIe Retrain * Some Pericom PCIe-to-PCI bridges in reverse mode need the PCIe Retrain Loading Loading
drivers/pci/quirks.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -2342,6 +2342,7 @@ static void quirk_disable_aspm_l0s_l1(struct pci_dev *dev) * disable both L0s and L1 for now to be safe. * disable both L0s and L1 for now to be safe. */ */ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ASMEDIA, 0x1080, quirk_disable_aspm_l0s_l1); DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_ASMEDIA, 0x1080, quirk_disable_aspm_l0s_l1); DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_QCOM, 0x1104, quirk_disable_aspm_l0s_l1); /* /* * Some Pericom PCIe-to-PCI bridges in reverse mode need the PCIe Retrain * Some Pericom PCIe-to-PCI bridges in reverse mode need the PCIe Retrain Loading