[Intel-xe] [PATCH] drm/xe: ATS-M device ID update

Matt Roper matthew.d.roper at intel.com
Mon Nov 20 16:22:29 UTC 2023


On Mon, Nov 20, 2023 at 12:25:07PM +0530, Haridhar Kalvala wrote:
> ATS-M device ID update.
> 
> BSpec: 44477
> 
> Signed-off-by: Haridhar Kalvala <haridhar.kalvala at intel.com>

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

> ---
>  include/drm/xe_pciids.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
> index 68fbab161feb..712eb53f1f83 100644
> --- a/include/drm/xe_pciids.h
> +++ b/include/drm/xe_pciids.h
> @@ -157,7 +157,8 @@
>  	XE_DG2_G12_IDS(MACRO__, ## __VA_ARGS__)
>  
>  #define XE_ATS_M150_IDS(MACRO__, ...)		\
> -	MACRO__(0x56C0, ## __VA_ARGS__)
> +	MACRO__(0x56C0, ## __VA_ARGS__),	\
> +	MACRO__(0x56C2, ## __VA_ARGS__)
>  
>  #define XE_ATS_M75_IDS(MACRO__, ...)		\
>  	MACRO__(0x56C1, ## __VA_ARGS__)
> -- 
> 2.25.1
> 

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


More information about the Intel-xe mailing list