Skip to content

Commit

Permalink
Fix the passthrough patch for NX test
Browse files Browse the repository at this point in the history
Patch needed a fixup

Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Jan 5, 2025
1 parent 54d7c02 commit f8772fb
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ index d00618967854..a7b459f69e33 100644
Safety option to keep boot IRQs enabled. This
should never be necessary.
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 0c4492a7a308..2fc00e4dd7ac 100644
index a2e4b5f..fe712d6 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -3571,6 +3571,106 @@ static void quirk_no_bus_reset(struct pci_dev *dev)
@@ -3589,6 +3589,106 @@ static void quirk_no_bus_reset(struct pci_dev *dev)
dev->dev_flags |= PCI_DEV_FLAGS_NO_BUS_RESET;
}

Expand Down Expand Up @@ -128,14 +128,13 @@ index 0c4492a7a308..2fc00e4dd7ac 100644
/*
* Some NVIDIA GPU devices do not work with bus reset, SBR needs to be
* prevented for those affected devices.
@@ -4938,6 +5038,7 @@ static const struct pci_dev_acs_enabled {
{ PCI_VENDOR_ID_NXP, 0x8d9b, pci_quirk_nxp_rp_acs },
/* Zhaoxin Root/Downstream Ports */
@@ -5000,5 +5100,6 @@ static const struct pci_dev_acs_enabled {
{ PCI_VENDOR_ID_ZHAOXIN, PCI_ANY_ID, pci_quirk_zhaoxin_pcie_ports_acs },
/* Wangxun nics */
{ PCI_VENDOR_ID_WANGXUN, PCI_ANY_ID, pci_quirk_wangxun_nic_acs },
+ { PCI_ANY_ID, PCI_ANY_ID, pcie_acs_overrides },
{ 0 }
};

diff --git a/nvidia/platform/t23x/p3768/kernel-dts/Makefile b/nvidia/platform/t23x/p3768/kernel-dts/Makefile
index f306119fe8a3..3034a22ca7ed 100644
--- a/nvidia/platform/t23x/p3768/kernel-dts/Makefile
Expand Down

0 comments on commit f8772fb

Please sign in to comment.