mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
drm/xe: Drop useless d3cold allowed message
This message just spams dmesg providing little benefit. Remove it. Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241115192155.2050987-1-matthew.brost@intel.com
This commit is contained in:
parent
678ccbf987
commit
2d958cf291
|
|
@ -738,9 +738,6 @@ void xe_pm_d3cold_allowed_toggle(struct xe_device *xe)
|
|||
xe->d3cold.allowed = false;
|
||||
|
||||
mutex_unlock(&xe->d3cold.lock);
|
||||
|
||||
drm_dbg(&xe->drm,
|
||||
"d3cold: allowed=%s\n", str_yes_no(xe->d3cold.allowed));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user