[PATCH] drm/xe: Update xe2_graphics name string

Matthew Brost matthew.brost at intel.com
Tue Nov 26 23:43:42 UTC 2024


On Mon, Nov 25, 2024 at 11:48:39AM -0800, Matt Roper wrote:
> Since both Xe2 and Xe3 platforms currently use the same set of graphics
> IP feature flags, we associate the "graphics_xe2" structure with both IPs.
> Update the name string on that IP structure to clarify this and avoid
> confusion as Xe3 platforms start going into public CI.
> 
> Fixes: 800d75bf20ae ("drm/xe/xe3: Define Xe3 feature flags")

Nit - fixes is likely not strickly required here.

Matt

> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
> ---
>  drivers/gpu/drm/xe/xe_pci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
> index 9b81e7d00a86..7d146e3e8e21 100644
> --- a/drivers/gpu/drm/xe/xe_pci.c
> +++ b/drivers/gpu/drm/xe/xe_pci.c
> @@ -174,7 +174,7 @@ static const struct xe_graphics_desc graphics_xelpg = {
>  		GENMASK(XE_HW_ENGINE_CCS3, XE_HW_ENGINE_CCS0)
>  
>  static const struct xe_graphics_desc graphics_xe2 = {
> -	.name = "Xe2_LPG / Xe2_HPG",
> +	.name = "Xe2_LPG / Xe2_HPG / Xe3_LPG",
>  
>  	XE2_GFX_FEATURES,
>  };
> -- 
> 2.47.0
> 


More information about the Intel-xe mailing list