OSDN Git Service

Adding VLV PCI IDs.
authorPiotr Luc <piotr.luc@intel.com>
Thu, 27 Sep 2012 12:58:47 +0000 (14:58 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 28 Jul 2016 03:42:51 +0000 (11:42 +0800)
Change-Id: Id1d1d563d52b8e897b72a68ac3976cd2635d6477
Signed-off-by: Piotr Luc <piotr.luc@intel.com>
intel/intel_chipset.h

index 514f659..d479a9a 100644 (file)
 #define PCI_CHIP_VALLEYVIEW_1          0x0f31
 #define PCI_CHIP_VALLEYVIEW_2          0x0f32
 #define PCI_CHIP_VALLEYVIEW_3          0x0f33
+#define PCI_CHIP_VALLEYVIEW_M          0x0157
+#define PCI_CHIP_VALLEYVIEW_D          0x0155
 
 #define PCI_CHIP_CHERRYVIEW_0          0x22b0
 #define PCI_CHIP_CHERRYVIEW_1          0x22b1
                                 (devid) == PCI_CHIP_IVYBRIDGE_S_GT2)
 
 #define IS_VALLEYVIEW(devid)   ((devid) == PCI_CHIP_VALLEYVIEW_PO || \
+                                (devid) == PCI_CHIP_VALLEYVIEW_D || \
+                                (devid) == PCI_CHIP_VALLEYVIEW_M || \
                                 (devid) == PCI_CHIP_VALLEYVIEW_1 || \
                                 (devid) == PCI_CHIP_VALLEYVIEW_2 || \
                                 (devid) == PCI_CHIP_VALLEYVIEW_3)