Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-libdrm: Commit

external/libdrm


Commit MetaInfo

Révision65cb68657f1c165379237583d5cfdfc0b0eed2c2 (tree)
l'heure2014-02-04 23:29:25
AuteurPiotr Luc <piotr.luc@inte...>
CommiterChih-Wei Huang

Message de Log

Adding VLV PCI IDs.

Change-Id: Id1d1d563d52b8e897b72a68ac3976cd2635d6477
Signed-off-by: Piotr Luc <piotr.luc@intel.com>

Change Summary

Modification

--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -159,6 +159,8 @@
159159 #define PCI_CHIP_VALLEYVIEW_1 0x0f31
160160 #define PCI_CHIP_VALLEYVIEW_2 0x0f32
161161 #define PCI_CHIP_VALLEYVIEW_3 0x0f33
162+#define PCI_CHIP_VALLEYVIEW_M 0x0157
163+#define PCI_CHIP_VALLEYVIEW_D 0x0155
162164
163165 #define IS_MOBILE(devid) ((devid) == PCI_CHIP_I855_GM || \
164166 (devid) == PCI_CHIP_I915_GM || \
@@ -233,6 +235,8 @@
233235 (devid) == PCI_CHIP_IVYBRIDGE_S_GT2)
234236
235237 #define IS_VALLEYVIEW(devid) ((devid) == PCI_CHIP_VALLEYVIEW_PO || \
238+ (devid) == PCI_CHIP_VALLEYVIEW_D || \
239+ (devid) == PCI_CHIP_VALLEYVIEW_M || \
236240 (devid) == PCI_CHIP_VALLEYVIEW_1 || \
237241 (devid) == PCI_CHIP_VALLEYVIEW_2 || \
238242 (devid) == PCI_CHIP_VALLEYVIEW_3)
Afficher sur ancien navigateur de dépôt.