Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH igt 1/3] lib: sync with the newer i915_pciids.h from the Kernel (KBL + ICL)
@ 2018-04-27 20:01 Paulo Zanoni
  2018-04-27 20:01 ` [igt-dev] [PATCH igt 2/3] lib: Add Icelake platform definition Paulo Zanoni
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Paulo Zanoni @ 2018-04-27 20:01 UTC (permalink / raw)
  To: igt-dev; +Cc: Matt Atwood

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>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
---
 lib/i915_pciids.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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 */
-- 
2.14.3

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-05-01 20:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 20:01 [igt-dev] [PATCH igt 1/3] lib: sync with the newer i915_pciids.h from the Kernel (KBL + ICL) Paulo Zanoni
2018-04-27 20:01 ` [igt-dev] [PATCH igt 2/3] lib: Add Icelake platform definition Paulo Zanoni
2018-04-27 20:37   ` Antonio Argenziano
2018-04-27 20:01 ` [igt-dev] [PATCH igt 3/3] lib/instdone.c: Add Gen11 Support Paulo Zanoni
2018-04-27 20:38   ` Antonio Argenziano
2018-05-01 20:49   ` Paulo Zanoni
2018-04-27 23:59 ` [igt-dev] [PATCH igt 1/3] lib: sync with the newer i915_pciids.h from the Kernel (KBL + ICL) Souza, Jose
2018-05-01 20:55   ` Paulo Zanoni
2018-04-30 13:02 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/3] " Patchwork
2018-04-30 16:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox