[PATCH v2 3/6] drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc fini

Randhawa, Jagmeet jagmeet.randhawa at intel.com
Tue Aug 20 18:02:24 UTC 2024


On 8/20/2024 10:29 AM, Matthew Brost wrote:
> Not a big deal if CT is down as driver is unloading, no need to warn.
>
> Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa at intel.com>
> ---
>   drivers/gpu/drm/xe/xe_guc_pc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_guc_pc.c b/drivers/gpu/drm/xe/xe_guc_pc.c
> index 32e93a8127d4..def503abeed5 100644
> --- a/drivers/gpu/drm/xe/xe_guc_pc.c
> +++ b/drivers/gpu/drm/xe/xe_guc_pc.c
> @@ -1042,7 +1042,7 @@ static void xe_guc_pc_fini_hw(void *arg)
>   		return;
>   
>   	XE_WARN_ON(xe_force_wake_get(gt_to_fw(pc_to_gt(pc)), XE_FORCEWAKE_ALL));
> -	XE_WARN_ON(xe_guc_pc_gucrc_disable(pc));
> +	xe_guc_pc_gucrc_disable(pc);
>   	XE_WARN_ON(xe_guc_pc_stop(pc));
>   
>   	/* Bind requested freq to mert_freq_cap before unload */


More information about the Intel-xe mailing list