Skip to content

Commit 80a9b50

Browse files
Fenghua Yuvinodkoul
authored andcommitted
dmaengine: idxd: Add a new IAA device ID on Panther Lake family platforms
A new IAA device ID, 0xb02d, is introduced across all Panther Lake family platforms. Add the device ID to the IDXD driver. Signed-off-by: Fenghua Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 6faf1cc commit 80a9b50

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/dma/idxd/init.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ static struct pci_device_id idxd_pci_tbl[] = {
7878
{ PCI_DEVICE_DATA(INTEL, IAX_SPR0, &idxd_driver_data[IDXD_TYPE_IAX]) },
7979
/* IAA on DMR platforms */
8080
{ PCI_DEVICE_DATA(INTEL, IAA_DMR, &idxd_driver_data[IDXD_TYPE_IAX]) },
81+
/* IAA PTL platforms */
82+
{ PCI_DEVICE_DATA(INTEL, IAA_PTL, &idxd_driver_data[IDXD_TYPE_IAX]) },
8183
{ 0, }
8284
};
8385
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
@@ -9,6 +9,7 @@
99
#define PCI_DEVICE_ID_INTEL_DSA_GNRD 0x11fb
1010
#define PCI_DEVICE_ID_INTEL_DSA_DMR 0x1212
1111
#define PCI_DEVICE_ID_INTEL_IAA_DMR 0x1216
12+
#define PCI_DEVICE_ID_INTEL_IAA_PTL 0xb02d
1213

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

0 commit comments

Comments
 (0)