drm/xe: Drop useless d3cold allowed message
authorMatthew Brost <matthew.brost@intel.com>
Fri, 15 Nov 2024 19:21:55 +0000 (11:21 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Mon, 18 Nov 2024 21:02:51 +0000 (13:02 -0800)
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
drivers/gpu/drm/xe/xe_pm.c

index 40f7c84..80699db 100644 (file)
@@ -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));
 }
 
 /**