Skip to content

Commit 7157bb2

Browse files
mwiniarsmikuint
authored andcommitted
drm/i915/skl: Add missing SKL ids
Used by production devices: Intel(R) Iris Graphics 540 (Skylake GT3e) Intel(R) Iris Graphics 550 (Skylake GT3e) v2: More ids v3: Less ids (GT1 got duplicated) Cc: Mika Kuoppala <[email protected]> Signed-off-by: Michał Winiarski <[email protected]> Reviewed-by: Mika Kuoppala <[email protected]> Signed-off-by: Mika Kuoppala <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 2dfd178 commit 7157bb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/drm/i915_pciids.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@
277277
INTEL_VGA_DEVICE(0x191D, info) /* WKS GT2 */
278278

279279
#define INTEL_SKL_GT3_IDS(info) \
280+
INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
280281
INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
282+
INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
281283
INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
282284
INTEL_VGA_DEVICE(0x192A, info) /* SRV GT3 */
283285

0 commit comments

Comments
 (0)