[Intel-gfx] [PATCH] drm/i915/kbl: Add KBL GT2 sku
Clint Taylor
clinton.a.taylor at intel.com
Mon Apr 23 22:40:53 UTC 2018
On 04/23/2018 03:01 PM, matthew.s.atwood at intel.com wrote:
> From: Matt Atwood <matthew.s.atwood at intel.com>
>
> Adding a missing GT2 sku discovered off hardware.
>
> Signed-off-by: Matt Atwood <matthew.s.atwood at 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 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 at intel.com>
-Clint
> INTEL_VGA_DEVICE(0x5921, info), /* ULT GT2F */ \
> INTEL_VGA_DEVICE(0x591E, info), /* ULX GT2 */ \
> INTEL_VGA_DEVICE(0x5912, info), /* DT GT2 */ \
More information about the Intel-gfx
mailing list