summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2022-03-22 17:16:21 -0500
committerBjorn Helgaas <bhelgaas@google.com>2022-03-22 17:16:21 -0500
commitbdef65de39c2e0592038340a5b5746fdecce900f (patch)
treed11a1762b5f9b2ec0119aaf44edcd0444588a105 /drivers/pci
parenta6e0eba677f8e9b58f8062205566a911c15e1f4f (diff)
parentfeaea1fe8b36b2e5b12b2f9e6e050db28dfee789 (diff)
Merge branch 'pci/p2pdma'
- Add Intel 3rd Gen Intel Xeon Scalable Processors to P2PDMA whitelist (Michael J. Ruhl) * pci/p2pdma: PCI/P2PDMA: Add Intel 3rd Gen Intel Xeon Scalable Processors to whitelist
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/p2pdma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c
index 1015274bd2fe..30b1df3c9d2f 100644
--- a/drivers/pci/p2pdma.c
+++ b/drivers/pci/p2pdma.c
@@ -321,6 +321,7 @@ static const struct pci_p2pdma_whitelist_entry {
{PCI_VENDOR_ID_INTEL, 0x2032, 0},
{PCI_VENDOR_ID_INTEL, 0x2033, 0},
{PCI_VENDOR_ID_INTEL, 0x2020, 0},
+ {PCI_VENDOR_ID_INTEL, 0x09a2, 0},
{}
};