[Intel-gfx] [PATCH] drm/i915: Add new DG2 PCI IDs

Matt Roper matthew.d.roper at intel.com
Wed Oct 11 14:22:03 UTC 2023


On Wed, Oct 11, 2023 at 10:26:00AM +0530, Shekhar Chauhan wrote:
> Add new PCI IDs which are recently added.
> 
> BSpec: 44477
> Signed-off-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
> ---
>  include/drm/i915_pciids.h | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index 1256770d3827..deb2eb0b4979 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -692,7 +692,7 @@
>  	INTEL_VGA_DEVICE(0xA7A9, info), \
>  	INTEL_VGA_DEVICE(0xA7AC, info), \
>  	INTEL_VGA_DEVICE(0xA7AD, info)
> -
> +h

Looks like some stray garbage accidentally ended up on this line.

Aside from that, the actual changes below look good, so

Reviewed-by: Matt Roper <matthew.d.roper at intel.com>

with that cleaned up.


Matt

>  /* RPL-P */
>  #define INTEL_RPLP_IDS(info) \
>  	INTEL_RPLU_IDS(info), \
> @@ -718,7 +718,11 @@
>  	INTEL_VGA_DEVICE(0x56A5, info), \
>  	INTEL_VGA_DEVICE(0x56A6, info), \
>  	INTEL_VGA_DEVICE(0x56B0, info), \
> -	INTEL_VGA_DEVICE(0x56B1, info)
> +	INTEL_VGA_DEVICE(0x56B1, info), \
> +	INTEL_VGA_DEVICE(0x56BA, info), \
> +	INTEL_VGA_DEVICE(0x56BB, info), \
> +	INTEL_VGA_DEVICE(0x56BC, info), \
> +	INTEL_VGA_DEVICE(0x56BD, info)
>  
>  #define INTEL_DG2_G12_IDS(info) \
>  	INTEL_VGA_DEVICE(0x5696, info), \
> -- 
> 2.34.1
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation


More information about the Intel-gfx mailing list