All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [patch] drm/i915: Add PCI IDs for Skylake GT1.5
@ 2020-04-28  3:47 Alexei Podtelezhnikov
  2020-04-28  4:24 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Alexei Podtelezhnikov @ 2020-04-28  3:47 UTC (permalink / raw)
  To: intel-gfx

These devices are also known as iSKLULTGT15 and iSKLDTGT15.

Signed-off-by: Alexei Podtelezhnikov <apodtele@gmail.com>
---
 include/drm/i915_pciids.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/i915_pciids.h b/src/i915_pciids.h
index 1d2c1221..a9c88eab 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -331,7 +355,8 @@ Add SKL GT1.5
 	INTEL_VGA_DEVICE(0x22b3, info)
 
 #define INTEL_SKL_ULT_GT1_IDS(info) \
-	INTEL_VGA_DEVICE(0x1906, info) /* ULT GT1 */
+	INTEL_VGA_DEVICE(0x1906, info), /* ULT GT1 */ \
+	INTEL_VGA_DEVICE(0x1913, info) /* ULT GT1.5 */
 
 #define INTEL_SKL_ULX_GT1_IDS(info) \
 	INTEL_VGA_DEVICE(0x190E, info) /* ULX GT1 */
@@ -340,6 +365,7 @@ Add SKL GT1.5
 	INTEL_SKL_ULT_GT1_IDS(info), \
 	INTEL_SKL_ULX_GT1_IDS(info), \
 	INTEL_VGA_DEVICE(0x1902, info), /* DT  GT1 */ \
+	INTEL_VGA_DEVICE(0x1917, info), /* DT  GT1.5 */ \
 	INTEL_VGA_DEVICE(0x190B, info), /* Halo GT1 */ \
 	INTEL_VGA_DEVICE(0x190A, info) /* SRV GT1 */
 
--
2.26.2
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2020-04-29  9:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-28  3:47 [Intel-gfx] [patch] drm/i915: Add PCI IDs for Skylake GT1.5 Alexei Podtelezhnikov
2020-04-28  4:24 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2020-04-28  7:10 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2020-04-28 13:57 ` [Intel-gfx] [patch] " Ville Syrjälä
2020-04-28 14:33   ` Alexei Podtelezhnikov
2020-04-29  3:27   ` [Intel-gfx] [patch] drm/i915: Update Slylake PCI IDs Alexei Podtelezhnikov
2020-04-29  6:32     ` Ville Syrjälä
2020-04-29  8:52       ` Jani Nikula
2020-04-29  4:22 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Add PCI IDs for Skylake GT1.5 (rev2) Patchwork
2020-04-29  9:13 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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.