Skip to content

Commit

Permalink
drm/xe: Drop useless d3cold allowed message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Matthew Brost committed Nov 18, 2024
1 parent 678ccbf commit 2d958cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/xe/xe_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

/**
Expand Down

0 comments on commit 2d958cf

Please sign in to comment.