OSDN Git Service

Adding VLV PCI IDs. jb-x86 android-x86-4.4-r1
authorPiotr Luc <piotr.luc@intel.com>
Thu, 27 Sep 2012 12:58:47 +0000 (14:58 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 4 Feb 2014 14:29:25 +0000 (22:29 +0800)
Change-Id: Id1d1d563d52b8e897b72a68ac3976cd2635d6477
Signed-off-by: Piotr Luc <piotr.luc@intel.com>
intel/intel_chipset.h

index e5589be..b341696 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 IS_MOBILE(devid)       ((devid) == PCI_CHIP_I855_GM || \
                                 (devid) == PCI_CHIP_I915_GM || \
                                 (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)