diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2022-03-23 01:16:21 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2022-03-23 01:16:21 +0300 |
commit | bdef65de39c2e0592038340a5b5746fdecce900f (patch) | |
tree | d11a1762b5f9b2ec0119aaf44edcd0444588a105 /drivers/pci | |
parent | a6e0eba677f8e9b58f8062205566a911c15e1f4f (diff) | |
parent | feaea1fe8b36b2e5b12b2f9e6e050db28dfee789 (diff) | |
download | linux-bdef65de39c2e0592038340a5b5746fdecce900f.tar.xz |
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.c | 1 |
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}, {} }; |