mirror of https://gitee.com/openkylin/linux.git
Merge branch 'pci/p2pdma'
- Add Intel Sky Lake-E Root Ports B, C, D to P2PDMA whitelist (Andrew Maier) * pci/p2pdma: PCI/P2PDMA: Add Intel Sky Lake-E Root Ports B, C, D to the whitelist
This commit is contained in:
commit
de71a000a1
|
@ -291,6 +291,9 @@ static const struct pci_p2pdma_whitelist_entry {
|
||||||
{PCI_VENDOR_ID_INTEL, 0x2f01, REQ_SAME_HOST_BRIDGE},
|
{PCI_VENDOR_ID_INTEL, 0x2f01, REQ_SAME_HOST_BRIDGE},
|
||||||
/* Intel SkyLake-E */
|
/* Intel SkyLake-E */
|
||||||
{PCI_VENDOR_ID_INTEL, 0x2030, 0},
|
{PCI_VENDOR_ID_INTEL, 0x2030, 0},
|
||||||
|
{PCI_VENDOR_ID_INTEL, 0x2031, 0},
|
||||||
|
{PCI_VENDOR_ID_INTEL, 0x2032, 0},
|
||||||
|
{PCI_VENDOR_ID_INTEL, 0x2033, 0},
|
||||||
{PCI_VENDOR_ID_INTEL, 0x2020, 0},
|
{PCI_VENDOR_ID_INTEL, 0x2020, 0},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue