mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
Merge branch 'pci/p2pdma'
- Add AMD Zen Raven and Renoir Root Ports to P2PDMA whitelist (Alex Deucher) * pci/p2pdma: PCI/P2PDMA: Add AMD Zen Raven and Renoir Root Ports to whitelist
This commit is contained in:
commit
ff33cc2fc0
@ -282,6 +282,8 @@ static const struct pci_p2pdma_whitelist_entry {
|
||||
} pci_p2pdma_whitelist[] = {
|
||||
/* AMD ZEN */
|
||||
{PCI_VENDOR_ID_AMD, 0x1450, 0},
|
||||
{PCI_VENDOR_ID_AMD, 0x15d0, 0},
|
||||
{PCI_VENDOR_ID_AMD, 0x1630, 0},
|
||||
|
||||
/* Intel Xeon E5/Core i7 */
|
||||
{PCI_VENDOR_ID_INTEL, 0x3c00, REQ_SAME_HOST_BRIDGE},
|
||||
|
Loading…
Reference in New Issue
Block a user