mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-18 04:18:00 -04:00
drm: Update log for 'none' recovery method
Update log for 'none' recovery method for wedged event where driver wants to hint "no recovery" without resetting the device from driver context. Signed-off-by: Raag Jadav <raag.jadav@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Matthew Brost <matthew.brost@intel.com> Link: https://patch.msgid.link/20260305130720.3685754-3-raag.jadav@intel.com
This commit is contained in:
committed by
Matthew Brost
parent
67a50ae0ed
commit
9810e23b7a
@@ -586,7 +586,7 @@ int drm_dev_wedged_event(struct drm_device *dev, unsigned long method,
|
||||
snprintf(event_string, sizeof(event_string), "%s", "WEDGED=unknown");
|
||||
|
||||
drm_info(dev, "device wedged, %s\n", method == DRM_WEDGE_RECOVERY_NONE ?
|
||||
"but recovered through reset" : "needs recovery");
|
||||
"but no recovery needed" : "needs recovery");
|
||||
|
||||
if (info && (info->comm[0] != '\0') && (info->pid >= 0)) {
|
||||
snprintf(pid_string, sizeof(pid_string), "PID=%u", info->pid);
|
||||
|
||||
Reference in New Issue
Block a user