drm/amdgpu: add ring reset messages
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Oct 2024 18:13:58 +0000 (14:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Nov 2024 16:29:49 +0000 (11:29 -0500)
commit35984fd4a093ccb9e0bb82db4cac5c1bf2df7d93
tree4571849ae0f801bff88445e4baf1ed0fcabe4d78
parentefe6a8774375ddcbdd46fb920be55cc2d0120836
drm/amdgpu: add ring reset messages

Add messages to make it clear when a per ring reset
happens.  This is helpful for debugging and aligns with
other reset methods.

v2: add ring name in success/fail messages (Lijo)

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Kent Russell <kent.russell@amd.com> (v1)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c