mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
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:
parent
dc59e4fea9
commit
894a78088f
|
|
@ -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},
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user