[Intel-gfx] [RESEND i-g-t 3/3] lib/cfl: Add PCI Ids for U SKU in CFl

Vivi, Rodrigo rodrigo.vivi at intel.com
Thu Jun 29 17:43:04 UTC 2017


series merged. thanks for the patches and reviews.

On Wed, 2017-06-28 at 23:16 -0700, Anusha Srivatsa wrote:
> Follow the spec and add ID for U SKU
> 
> v2: Update IDs in accordance to the kernel commit:
> d29fe702c9cb682df99146d24d06e5455f043101 (Chris)
> 
> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>
> Reviewed-by: Clint Taylor <clinton.a.taylor at intel.com>
> ---
>  lib/i915_pciids.h | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index c319e37..71cce60 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -346,8 +346,15 @@
>  	INTEL_VGA_DEVICE(0x3E9B, info), /* Halo GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E94, info) /* Halo GT2 */
>  
> +#define INTEL_CFL_U_IDS(info) \
> +	INTEL_VGA_DEVICE(0x3EA5, info), /* ULT GT3 */ \
> +	INTEL_VGA_DEVICE(0x3EA6, info), /* ULT GT3 */ \
> +	INTEL_VGA_DEVICE(0x3EA7, info), /* ULT GT3 */ \
> +	INTEL_VGA_DEVICE(0x3EA8, info) /* ULT GT3 */
> +
>  #define INTEL_CFL_IDS(info) \
>  	INTEL_CFL_S_IDS(info), \
> -	INTEL_CFL_H_IDS(info)
> +	INTEL_CFL_H_IDS(info), \
> +	INTEL_CFL_U_IDS(info)
>  
>  #endif /* _I915_PCIIDS_H */



More information about the Intel-gfx mailing list