diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c index b2d5266f8653..9334eb314663 100644 --- a/drivers/pci/p2pdma.c +++ b/drivers/pci/p2pdma.c @@ -564,6 +564,11 @@ static const struct pci_p2pdma_whitelist_entry { {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_QAT_6XXX, 0}, /* Google SoCs. */ {PCI_VENDOR_ID_GOOGLE, PCI_ANY_ID, 0}, + /* Nvidia CPUs */ + {PCI_VENDOR_ID_NVIDIA, 0x2f95, 0}, + {PCI_VENDOR_ID_NVIDIA, 0x2f96, 0}, + {PCI_VENDOR_ID_NVIDIA, 0x2f97, 0}, + {PCI_VENDOR_ID_NVIDIA, 0x2f98, 0}, {} };