[igt-dev] [PATCH i-g-t] lib: sync with the newer i915_pciids.h from the Kernel

Souza, Jose jose.souza at intel.com
Thu Sep 5 17:54:17 UTC 2019


On Fri, 2019-08-30 at 13:19 -0700, Anusha Srivatsa wrote:
> Add the new CML IDS.
> 
> Align with kernel commits:
> 
> bfc4c359b2822 ("drm/i915/cml: Add Missing PCI IDs")
> 
> This is in sync with  kernel header as of:
> 0747590267e7 ("drm-tip: 2019y-08m-30d-18h-03m-18s UTC integration
> manifest")
> 

Reviewed-by: José Roberto de Souza <jose.souza at intel.com>

> Cc: José Roberto de Souza <jose.souza at intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>
> ---
>  lib/i915_pciids.h | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index a70c982d..b1f66b11 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -466,7 +466,10 @@
>  	INTEL_VGA_DEVICE(0x9BC5, info), \
>  	INTEL_VGA_DEVICE(0x9BC8, info), \
>  	INTEL_VGA_DEVICE(0x9BC4, info), \
> -	INTEL_VGA_DEVICE(0x9BC2, info)
> +	INTEL_VGA_DEVICE(0x9BC2, info), \
> +	INTEL_VGA_DEVICE(0x9BC6, info), \
> +	INTEL_VGA_DEVICE(0x9BE6, info), \
> +	INTEL_VGA_DEVICE(0x9BF6, info)
>  
>  #define INTEL_KBL_IDS(info) \
>  	INTEL_KBL_GT1_IDS(info), \


More information about the igt-dev mailing list