public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2] lib/i915_pciids: Add missing device ID for ICL
@ 2019-06-27 10:59 Mika Kahola
  2019-06-27 12:02 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/i915_pciids: Add missing device ID for ICL (rev2) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mika Kahola @ 2019-06-27 10:59 UTC (permalink / raw)
  To: igt-dev

We are missing PCI device ID for SKU ICLLP U GT 1.5F (0x8A54) as per BSPec.

Align with kernel commit 93d7a3b4be30 ("drm/i915/icl: Add missing device ID")

BSpec: 19092

v2: Corresponding kernel commit added in commit message (Petri)

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
---
 lib/i915_pciids.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index c7cdbfc4..0adce335 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -496,7 +496,8 @@
 	INTEL_VGA_DEVICE(0x8A56, info), \
 	INTEL_VGA_DEVICE(0x8A71, info), \
 	INTEL_VGA_DEVICE(0x8A70, info), \
-	INTEL_VGA_DEVICE(0x8A53, info)
+	INTEL_VGA_DEVICE(0x8A53, info), \
+	INTEL_VGA_DEVICE(0x8A54, info)
 
 /* EHL */
 #define INTEL_EHL_IDS(info) \
-- 
2.17.1

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

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

end of thread, other threads:[~2019-07-02  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27 10:59 [igt-dev] [PATCH i-g-t v2] lib/i915_pciids: Add missing device ID for ICL Mika Kahola
2019-06-27 12:02 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/i915_pciids: Add missing device ID for ICL (rev2) Patchwork
2019-06-28 10:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-07-01 15:11 ` [igt-dev] [PATCH i-g-t v2] lib/i915_pciids: Add missing device ID for ICL Summers, Stuart
2019-07-02  6:43   ` Kahola, Mika

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