]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gfx12: re-emit unprocessed state on ring reset
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 28 May 2025 02:29:31 +0000 (22:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Jul 2025 16:36:39 +0000 (12:36 -0400)
commit4da11b92d7ed4ce3be5d92feface8f3c2d5424bd
tree7d1410b54ad5597bb93871b6e28c6e4bb513af9a
parentfa3385ac15fe5350867ad3c59a1ad0fb5f8e8fc1
drm/amdgpu/gfx12: 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_v12_0.c