[Intel-xe] [PATCH] fixup! drm/xe/pat: Handle unicast vs MCR PAT registers

Andi Shyti andi.shyti at kernel.org
Mon Mar 27 21:50:33 UTC 2023


Hi Matt,

On Mon, Mar 27, 2023 at 10:34:33AM -0700, Matt Roper wrote:
> Somehow I dropped the error message when sending this; add it back.
> 
> To be squashed next time the Xe driver is rebased.
> 
> Fixes: 11946af00717 ("drm/xe/pat: Handle unicast vs MCR PAT registers")

I don't think you need the Fixes tag here as this is not a fix.

Andi

> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
> ---
>  drivers/gpu/drm/xe/xe_pat.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_pat.c b/drivers/gpu/drm/xe/xe_pat.c
> index a713afdd0510..c860b2122301 100644
> --- a/drivers/gpu/drm/xe/xe_pat.c
> +++ b/drivers/gpu/drm/xe/xe_pat.c
> @@ -94,5 +94,7 @@ void xe_pat_init(struct xe_gt *gt)
>  		 * raise an error rather than trying to silently inherit the
>  		 * most recent platform's behavior.
>  		 */
> +		drm_err(&xe->drm, "Missing PAT table for platform with graphics version %d.%2d!\n",
> +			GRAPHICS_VER(xe), GRAPHICS_VERx100(xe) % 100);
>  	}
>  }
> -- 
> 2.39.2
> 


More information about the Intel-xe mailing list