PCI/P2PDMA: Add Nvidia Vera Rubin to whitelist

Nvidia Vera Rubin platforms support PCI peer‑to‑peer transactions.  Add
them to the P2P whitelist to enable this functionality.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Logan Gunthorpe <logang@deltatee.com>
Link: https://patch.msgid.link/20260705-p2p-vr-v1-1-3cd45cab3fb4@nvidia.com
This commit is contained in:
Leon Romanovsky 2026-07-05 12:54:07 +03:00 committed by Bjorn Helgaas
parent dc59e4fea9
commit 894a78088f

View File

@ -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},
{}
};