drm/xe/guc: Reduce default GuC log verbosity

Drop the default verbosity from 5 (max) to 3 as the extra verbosity
generally doesn't provide anything vitally important but does cause
rapid log overflow.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241108212737.2044007-2-John.C.Harrison@Intel.com
pull/1131/head
John Harrison 2024-11-08 13:27:36 -08:00
parent 90e315a58f
commit 902de14215
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
struct xe_modparam xe_modparam = {
.probe_display = true,
.guc_log_level = 5,
.guc_log_level = 3,
.force_probe = CONFIG_DRM_XE_FORCE_PROBE,
.wedged_mode = 1,
/* the rest are 0 by default */