Skip to content

Commit c937969

Browse files
anilskeshavamurthyvinodkoul
authored andcommitted
dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platforms
A new IAA device ID, 0xfd2d, is introduced across all Wildcat Lake family platforms. Add the device ID to the IDXD driver. Signed-off-by: Anil S Keshavamurthy <[email protected]> Signed-off-by: Vinicius Costa Gomes <[email protected]> Reviewed-by: Dave Jiang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 847164d commit c937969

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/dma/idxd/init.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ static struct pci_device_id idxd_pci_tbl[] = {
8080
{ PCI_DEVICE_DATA(INTEL, IAA_DMR, &idxd_driver_data[IDXD_TYPE_IAX]) },
8181
/* IAA PTL platforms */
8282
{ PCI_DEVICE_DATA(INTEL, IAA_PTL, &idxd_driver_data[IDXD_TYPE_IAX]) },
83+
/* IAA WCL platforms */
84+
{ PCI_DEVICE_DATA(INTEL, IAA_WCL, &idxd_driver_data[IDXD_TYPE_IAX]) },
8385
{ 0, }
8486
};
8587
MODULE_DEVICE_TABLE(pci, idxd_pci_tbl);

drivers/dma/idxd/registers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define PCI_DEVICE_ID_INTEL_DSA_DMR 0x1212
1111
#define PCI_DEVICE_ID_INTEL_IAA_DMR 0x1216
1212
#define PCI_DEVICE_ID_INTEL_IAA_PTL 0xb02d
13+
#define PCI_DEVICE_ID_INTEL_IAA_WCL 0xfd2d
1314

1415
#define DEVICE_VERSION_1 0x100
1516
#define DEVICE_VERSION_2 0x200

0 commit comments

Comments
 (0)