Skip to content

Commit a323782

Browse files
committed
drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc fini
Not a big deal if CT is down as driver is unloading, no need to warn. Signed-off-by: Matthew Brost <[email protected]> Reviewed-by: Jagmeet Randhawa <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b5de6a5 commit a323782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_guc_pc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ static void xe_guc_pc_fini_hw(void *arg)
10421042
return;
10431043

10441044
XE_WARN_ON(xe_force_wake_get(gt_to_fw(pc_to_gt(pc)), XE_FORCEWAKE_ALL));
1045-
XE_WARN_ON(xe_guc_pc_gucrc_disable(pc));
1045+
xe_guc_pc_gucrc_disable(pc);
10461046
XE_WARN_ON(xe_guc_pc_stop(pc));
10471047

10481048
/* Bind requested freq to mert_freq_cap before unload */

0 commit comments

Comments
 (0)