OSDN Git Service

intel: Change a KBL pci id to GT2 from GT1.5
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 20 Sep 2017 19:11:03 +0000 (12:11 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Sep 2017 21:40:41 +0000 (14:40 -0700)
See Mesa commit 9c588ff

Cc: Matt Turner <mattst88@gmail.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
intel/intel_chipset.h

index 3ff59ad..d81b164 100644 (file)
 #define PCI_CHIP_KABYLAKE_ULX_GT1      0x590E
 #define PCI_CHIP_KABYLAKE_ULX_GT2      0x591E
 #define PCI_CHIP_KABYLAKE_DT_GT2       0x5912
-#define PCI_CHIP_KABYLAKE_DT_GT1_5     0x5917
+#define PCI_CHIP_KABYLAKE_M_GT2                0x5917
 #define PCI_CHIP_KABYLAKE_DT_GT1       0x5902
 #define PCI_CHIP_KABYLAKE_HALO_GT2     0x591B
 #define PCI_CHIP_KABYLAKE_HALO_GT4     0x593B
 
 #define IS_KBL_GT1(devid)      ((devid) == PCI_CHIP_KABYLAKE_ULT_GT1_5 || \
                                 (devid) == PCI_CHIP_KABYLAKE_ULX_GT1_5 || \
-                                (devid) == PCI_CHIP_KABYLAKE_DT_GT1_5  || \
                                 (devid) == PCI_CHIP_KABYLAKE_ULT_GT1   || \
                                 (devid) == PCI_CHIP_KABYLAKE_ULX_GT1   || \
                                 (devid) == PCI_CHIP_KABYLAKE_DT_GT1    || \
                                 (devid) == PCI_CHIP_KABYLAKE_ULT_GT2F  || \
                                 (devid) == PCI_CHIP_KABYLAKE_ULX_GT2   || \
                                 (devid) == PCI_CHIP_KABYLAKE_DT_GT2    || \
+                                (devid) == PCI_CHIP_KABYLAKE_M_GT2     || \
                                 (devid) == PCI_CHIP_KABYLAKE_HALO_GT2  || \
                                 (devid) == PCI_CHIP_KABYLAKE_SRV_GT2   || \
                                 (devid) == PCI_CHIP_KABYLAKE_WKS_GT2)