Commit 2d958cf2 authored by Matthew Brost's avatar Matthew Brost
Browse files

drm/xe: Drop useless d3cold allowed message



This message just spams dmesg providing little benefit. Remove it.

Signed-off-by: default avatarMatthew Brost <matthew.brost@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241115192155.2050987-1-matthew.brost@intel.com
parent 678ccbf9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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));
}

/**