summaryrefslogtreecommitdiff
path: root/lib/i915_pciids.h
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2018-04-26 17:49:41 -0700
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2018-05-01 13:32:54 -0700
commit0896b88d1b80244832f9eacbca993c5121315d05 (patch)
tree03f3ae837363c73d24cc144c849c2fa0af02aedf /lib/i915_pciids.h
parent5baea95fc3abaedff3feb0f96ce29b995f0e301d (diff)
lib: sync with the newer i915_pciids.h from the Kernel (KBL + ICL)
I just copied the Kernel file into the IGT repository. New IDs: - KBL GT2 sku from 672e314b21dc ("drm/i915/kbl: Add KBL GT2 sku") - ICL IDs from d55cb4fa2cf0 ("drm/i915/icl: Add the ICL PCI IDs") Cc: Matt Atwood <matthew.s.atwood@intel.com> Acked-by: Antonio Argenziano <antonio.argenziano@intel.com> Reviewed-by: Jose Roberto de Souza <jose.souza@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Diffstat (limited to 'lib/i915_pciids.h')
-rw-r--r--lib/i915_pciids.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index 0b2ba46f..bab70ff6 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -349,6 +349,7 @@
#define INTEL_KBL_GT2_IDS(info) \
INTEL_VGA_DEVICE(0x5916, info), /* ULT GT2 */ \
INTEL_VGA_DEVICE(0x5917, info), /* Mobile GT2 */ \
+ INTEL_VGA_DEVICE(0x591C, info), /* ULX GT2 */ \
INTEL_VGA_DEVICE(0x5921, info), /* ULT GT2F */ \
INTEL_VGA_DEVICE(0x591E, info), /* ULX GT2 */ \
INTEL_VGA_DEVICE(0x5912, info), /* DT GT2 */ \
@@ -431,4 +432,16 @@
INTEL_VGA_DEVICE(0x5A44, info), \
INTEL_VGA_DEVICE(0x5A4C, info)
+/* ICL */
+#define INTEL_ICL_11_IDS(info) \
+ INTEL_VGA_DEVICE(0x8A50, info), \
+ INTEL_VGA_DEVICE(0x8A51, info), \
+ INTEL_VGA_DEVICE(0x8A5C, info), \
+ INTEL_VGA_DEVICE(0x8A5D, info), \
+ INTEL_VGA_DEVICE(0x8A52, info), \
+ INTEL_VGA_DEVICE(0x8A5A, info), \
+ INTEL_VGA_DEVICE(0x8A5B, info), \
+ INTEL_VGA_DEVICE(0x8A71, info), \
+ INTEL_VGA_DEVICE(0x8A70, info)
+
#endif /* _I915_PCIIDS_H */