]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Log after a successful ring reset
authorAndré Almeida <andrealmeid@igalia.com>
Thu, 20 Feb 2025 16:27:49 +0000 (13:27 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Feb 2025 16:44:00 +0000 (11:44 -0500)
commitb7fd6528b5ad80eea66df6240f2399602d9fd388
tree9951646b6efcda5622f82a9a549b134714aa5bae
parent28d05f0836dfc4479d81e664f345ce125ea921d8
drm/amdgpu: Log after a successful ring reset

When a ring reset happens, the kernel log shows only "amdgpu: Starting
<ring name> ring reset", but when it finishes nothing appears in the
log. Explicitly write in the log that the reset has finished correctly.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c