mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
Merge branch 'pci/p2pdma'
- Add Nvidia Vera Rubin to list of platforms that support P2PDMA (Leon Romanovsky) * pci/p2pdma: PCI/P2PDMA: Add Nvidia Vera Rubin to whitelist
This commit is contained in:
commit
c9bb08a01e
|
|
@ -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