[Intel-xe] [PATCH] fixup! drm/xe: Select graphics/media descriptors from GMD_ID

Matt Roper matthew.d.roper at intel.com
Wed Apr 19 14:27:29 UTC 2023


On Wed, Apr 19, 2023 at 01:51:13PM +0530, Balasubramani Vivekanandan wrote:
> Fixed a typo in the error print.
> 
> Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>

Reviewed-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 c92faffc838c..19ead642442e 100644
> --- a/drivers/gpu/drm/xe/xe_pci.c
> +++ b/drivers/gpu/drm/xe/xe_pci.c
> @@ -474,7 +474,7 @@ static void handle_gmdid(struct xe_device *xe,
>  		}
>  
>  		if (!xe->info.media_verx100) {
> -			drm_err(&xe->drm, "Hardware reports unknown graphics version %u.%02u\n",
> +			drm_err(&xe->drm, "Hardware reports unknown media version %u.%02u\n",
>  				ver / 100, ver % 100);
>  		}
>  	}
> -- 
> 2.34.1
> 

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


More information about the Intel-xe mailing list