[Intel-xe] [PATCH 1/2] drm/xe: Remove XE_PVC_XT_IDS

Matt Roper matthew.d.roper at intel.com
Wed Nov 22 18:30:35 UTC 2023


On Tue, Nov 21, 2023 at 11:52:08AM -0800, Lucas De Marchi wrote:
> No need for the indirection, just use XE_PVC_IDS.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>

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

> ---
>  include/drm/xe_pciids.h | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
> index 91b4b570bfbf..c7d73d6476c8 100644
> --- a/include/drm/xe_pciids.h
> +++ b/include/drm/xe_pciids.h
> @@ -174,7 +174,7 @@
>  	XE_ATS_M75_IDS(MACRO__, ## __VA_ARGS__)
>  
>  /* PVC */
> -#define XE_PVC_XT_IDS(MACRO__, ...)		\
> +#define XE_PVC_IDS(MACRO__, ...)		\
>  	MACRO__(0x0B69, ## __VA_ARGS__),	\
>  	MACRO__(0x0B6E, ## __VA_ARGS__),	\
>  	MACRO__(0x0BD5, ## __VA_ARGS__),	\
> @@ -188,9 +188,6 @@
>  	MACRO__(0x0BE1, ## __VA_ARGS__),	\
>  	MACRO__(0x0BE5, ## __VA_ARGS__)
>  
> -#define XE_PVC_IDS(MACRO__, ...)		\
> -	XE_PVC_XT_IDS(MACRO__, ## __VA_ARGS__)
> -
>  /* MTL */
>  #define XE_MTL_M_IDS(MACRO__, ...)		\
>  	MACRO__(0x7D40, ## __VA_ARGS__),	\
> -- 
> 2.40.1
> 

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


More information about the Intel-xe mailing list