On 04/23/2018 03:01 PM, matthew.s.atwood@xxxxxxxxx wrote:
From: Matt Atwood <matthew.s.atwood@xxxxxxxxx> Adding a missing GT2 sku discovered off hardware. Signed-off-by: Matt Atwood <matthew.s.atwood@xxxxxxxxx> --- 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 70f0c25..a58a548 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -349,6 +349,7 @@ #define INTEL_KBL_GT2_IDS(info) \ INTEL_VGA_DEVICE(0x5916, info), /* ULT GT2 */ \ INTEL_VGA_DEVICE(0x5917, info), /* Mobile GT2 */ \ + INTEL_VGA_DEVICE(0x591C, info), /* Mobile GT2 */ \
KBL-R Y 2+2 should actually be labeled as ULX GT2 instead of Mobile GT2. Of course this information is conveniently missing from the spec.
With that change: Reviewed-by: Clint Taylor <Clinton.A.Taylor@xxxxxxxxx> -Clint
INTEL_VGA_DEVICE(0x5921, info), /* ULT GT2F */ \ INTEL_VGA_DEVICE(0x591E, info), /* ULX GT2 */ \ INTEL_VGA_DEVICE(0x5912, info), /* DT GT2 */ \
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx