Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] lib/kbl: Add missing Kaby Lake PCI ID
@ 2018-04-27 23:05 José Roberto de Souza
  2018-04-27 23:36 ` Paulo Zanoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: José Roberto de Souza @ 2018-04-27 23:05 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

This PCI ID was recently added to kernel in commit
'672e314b21dc ("drm/i915/kbl: Add KBL GT2 sku")'
but not added here.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: James Ausmus <james.ausmus@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@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 0b2ba46f..334d6321 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -354,7 +354,8 @@
 	INTEL_VGA_DEVICE(0x5912, info), /* DT  GT2 */ \
 	INTEL_VGA_DEVICE(0x591B, info), /* Halo GT2 */ \
 	INTEL_VGA_DEVICE(0x591A, info), /* SRV GT2 */ \
-	INTEL_VGA_DEVICE(0x591D, info) /* WKS GT2 */
+	INTEL_VGA_DEVICE(0x591D, info), /* WKS GT2 */ \
+	INTEL_VGA_DEVICE(0x591C, info)  /* ULX GT2 */
 
 #define INTEL_KBL_GT3_IDS(info) \
 	INTEL_VGA_DEVICE(0x5923, info), /* ULT GT3 */ \
-- 
2.17.0

_______________________________________________
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:[~2018-04-30 17:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 23:05 [igt-dev] [PATCH] lib/kbl: Add missing Kaby Lake PCI ID José Roberto de Souza
2018-04-27 23:36 ` Paulo Zanoni
2018-04-28  0:00   ` Souza, Jose
2018-04-30 13:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-04-30 17:35 ` [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