]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Avoid kcq disable during reset
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 5 Nov 2024 05:34:09 +0000 (11:04 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 8 Nov 2024 16:11:42 +0000 (11:11 -0500)
commit7b1ebbe856fcb3d870017c0682d97e3d3376bf82
tree1851f6846372381c21c29b55e6d45648f4d7df09
parentfa31798582882740f2b13d19e1bd43b4ef918e2f
drm/amdgpu: Avoid kcq disable during reset

Reset sequence indicates that hardware already ran into a bad state.
Avoid sending unmap queue request to reset KCQ. This will also cover RAS
error scenarios which need a reset to recover, hence remove the check.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c