diff options
author | Dave Jiang <dave.jiang@intel.com> | 2019-02-22 19:59:54 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-02-25 09:48:38 +0300 |
commit | 4d75873f814055359bb6722c4e35a185d02157a8 (patch) | |
tree | a8816df746f5e11d7692001eb48ed9ce69678f4c /drivers/dma/ioat/hw.h | |
parent | ffb5be7c708ac38db7e339d31bb0eb23962ea8c7 (diff) | |
download | linux-4d75873f814055359bb6722c4e35a185d02157a8.tar.xz |
dmaengine: ioatdma: Add Snow Ridge ioatdma device id
Add Snowridge Xeon-D ioatdma PCI device id. Also applies for Icelake
SP Xeon. This introduces ioatdma v3.4 platform. Also bumping driver version
to 5.0 since we are adding additional code for 3.4 support.
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ioat/hw.h')
-rw-r--r-- | drivers/dma/ioat/hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/ioat/hw.h b/drivers/dma/ioat/hw.h index abcc51b343ce..3e38877cae6b 100644 --- a/drivers/dma/ioat/hw.h +++ b/drivers/dma/ioat/hw.h @@ -66,6 +66,8 @@ #define PCI_DEVICE_ID_INTEL_IOAT_SKX 0x2021 +#define PCI_DEVICE_ID_INTEL_IOAT_ICX 0x0b00 + #define IOAT_VER_1_2 0x12 /* Version 1.2 */ #define IOAT_VER_2_0 0x20 /* Version 2.0 */ #define IOAT_VER_3_0 0x30 /* Version 3.0 */ |