All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/skl: Add missing SKL GT3 id
@ 2016-01-29 10:12 Michał Winiarski
  2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Michał Winiarski @ 2016-01-29 10:12 UTC (permalink / raw)
  To: intel-gfx

Mesa uses it as Intel(R) Iris Graphics 550 (Skylake GT3e)

Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
---
 include/drm/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index f970209..eb198d0 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -278,6 +278,7 @@
 
 #define INTEL_SKL_GT3_IDS(info) \
 	INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
+	INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
 	INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
 	INTEL_VGA_DEVICE(0x192A, info)  /* SRV GT3 */
 
-- 
2.5.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-02-08 14:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29 10:12 [PATCH] drm/i915/skl: Add missing SKL GT3 id Michał Winiarski
2016-01-29 11:48 ` ✗ Fi.CI.BAT: failure for " Patchwork
2016-01-29 16:31 ` [PATCH] " Mika Kuoppala
2016-01-29 17:45 ` [PATCH v2] drm/i915/skl: Add missing SKL ids Michał Winiarski
2016-02-01 11:28   ` Mika Kuoppala
2016-02-05 12:21   ` [PATCH v3] " Michał Winiarski
2016-02-08 14:32     ` Mika Kuoppala
2016-02-01  8:16 ` ✗ Fi.CI.BAT: failure for drm/i915/skl: Add missing SKL GT3 id (rev2) Patchwork
2016-02-01 11:23   ` Mika Kuoppala
2016-02-01 11:35     ` Sarvela, Tomi P
2016-02-01 12:16       ` Mika Kuoppala
2016-02-01 12:20         ` Sarvela, Tomi P
2016-02-01 12:23           ` Mika Kuoppala
2016-02-01 12:53             ` Sarvela, Tomi P
2016-02-05 14:05 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL GT3 id (rev3) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.