Skip to content

Commit fba32c5

Browse files
dceraolorodrigovivi
authored andcommitted
drm/xe/gsc: Make GSCCS disabling message less alarming
The GSCCS is only used to transport messages from the driver to the GSC FW; therefore, we can disable it if we're not using the FW, which is the case on both BMG and PTL. However, the current wording of the logged message could be interpreted as a problem, so reword to make it clearer it is not an error and lower it debug verbosity as users don't really need to know about it. Reported-by: Eero Tamminen <[email protected]> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3866 Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Reviewed-by: John Harrison <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent f2eedad commit fba32c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_hw_engine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ static void check_gsc_availability(struct xe_gt *gt)
775775
xe_mmio_write32(&gt->mmio, GUNIT_GSC_INTR_ENABLE, 0);
776776
xe_mmio_write32(&gt->mmio, GUNIT_GSC_INTR_MASK, ~0);
777777

778-
drm_info(&xe->drm, "gsccs disabled due to lack of FW\n");
778+
drm_dbg(&xe->drm, "GSC FW not used, disabling gsccs\n");
779779
}
780780
}
781781

0 commit comments

Comments
 (0)