Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-libdrm: Commit

external/libdrm


Commit MetaInfo

Revisioncb1cfeb30cfc1bb3104cdefe03b6886484be8214 (tree)
Zeit2019-10-04 18:15:43
AutorPiotr Luc <piotr.luc@inte...>
CommiterChih-Wei Huang

Log Message

Adding VLV PCI IDs.

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

Ändern Zusammenfassung

Diff

--- 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 PCI_CHIP_CHERRYVIEW_0 0x22b0
164166 #define PCI_CHIP_CHERRYVIEW_1 0x22b1
@@ -241,6 +243,8 @@
241243 (devid) == PCI_CHIP_IVYBRIDGE_S_GT2)
242244
243245 #define IS_VALLEYVIEW(devid) ((devid) == PCI_CHIP_VALLEYVIEW_PO || \
246+ (devid) == PCI_CHIP_VALLEYVIEW_D || \
247+ (devid) == PCI_CHIP_VALLEYVIEW_M || \
244248 (devid) == PCI_CHIP_VALLEYVIEW_1 || \
245249 (devid) == PCI_CHIP_VALLEYVIEW_2 || \
246250 (devid) == PCI_CHIP_VALLEYVIEW_3)
Show on old repository browser