File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -634,6 +634,7 @@ static void ivpu_dev_fini(struct ivpu_device *vdev)
634
634
635
635
static struct pci_device_id ivpu_pci_ids [] = {
636
636
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_MTL ) },
637
+ { PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_ARL ) },
637
638
{ PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCI_DEVICE_ID_LNL ) },
638
639
{ }
639
640
};
Original file line number Diff line number Diff line change 23
23
#define DRIVER_DATE "20230117"
24
24
25
25
#define PCI_DEVICE_ID_MTL 0x7d1d
26
+ #define PCI_DEVICE_ID_ARL 0xad1d
26
27
#define PCI_DEVICE_ID_LNL 0x643e
27
28
28
29
#define IVPU_HW_37XX 37
@@ -165,6 +166,7 @@ static inline int ivpu_hw_gen(struct ivpu_device *vdev)
165
166
{
166
167
switch (ivpu_device_id (vdev )) {
167
168
case PCI_DEVICE_ID_MTL :
169
+ case PCI_DEVICE_ID_ARL :
168
170
return IVPU_HW_37XX ;
169
171
case PCI_DEVICE_ID_LNL :
170
172
return IVPU_HW_40XX ;
You can’t perform that action at this time.
0 commit comments