projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6d3fb
)
PCI/P2PDMA: Add Intel Sky Lake-E Root Ports B, C, D to the whitelist
author
Andrew Maier
<andrew.maier@eideticom.com>
Fri, 7 Feb 2020 22:12:19 +0000
(15:12 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 18 Mar 2020 23:09:07 +0000
(18:09 -0500)
Add the three remaining Intel Sky Lake-E host Root Ports to the whitelist
of p2pdma.
P2P has been tested and is working on this system.
Link:
https://lore.kernel.org/r/20200207221219.4309-1-andrew.maier@eideticom.com
Signed-off-by: Andrew Maier <andrew.maier@eideticom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
drivers/pci/p2pdma.c
patch
|
blob
|
history
diff --git
a/drivers/pci/p2pdma.c
b/drivers/pci/p2pdma.c
index 9a8a38384121a2d9593a2d5cf2b1fbb88591c3c1..b73b10bce0dfee35922aac4938a11885fd0e5030 100644
(file)
--- a/
drivers/pci/p2pdma.c
+++ b/
drivers/pci/p2pdma.c
@@
-291,6
+291,9
@@
static const struct pci_p2pdma_whitelist_entry {
{PCI_VENDOR_ID_INTEL, 0x2f01, REQ_SAME_HOST_BRIDGE},
/* Intel SkyLake-E */
{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},
{}
};