]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/gfx11: re-emit unprocessed state on ring reset
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 28 May 2025 02:05:13 +0000 (22:05 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Jul 2025 16:36:32 +0000 (12:36 -0400)
commitfa3385ac15fe5350867ad3c59a1ad0fb5f8e8fc1
tree64b52aaddbc03f45fd4b0495e31b5fc2629d33f5
parentf410731d5cdd14efdfa055bf12d50b8367915b0f
drm/amdgpu/gfx11: re-emit unprocessed state on ring reset

Re-emit the unprocessed state after resetting the queue.
Drop the soft_recovery callbacks as the queue reset replaces
it.

Reviewed-by: Jesse Zhang <Jesse.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c