Re: [PATCH] drm/amdgpu: stop touching sched.ready in the backend

2021-05-18 Thread Deucher, Alexander
[Public] Reviewed-by: Alex Deucher From: amd-gfx on behalf of Christian König Sent: Tuesday, May 18, 2021 11:50 AM To: Zhu, James Cc: amd-gfx@lists.freedesktop.org Subject: [PATCH] drm/amdgpu: stop touching sched.ready in the backend This unfortunately

[PATCH] drm/amdgpu: stop touching sched.ready in the backend

2021-05-18 Thread Christian König
This unfortunately comes up in regular intervals and breaks GPU reset for the engine in question. The sched.ready flag controls if an engine can't get working during hw_init, but should never be set to false during hw_fini. Signed-off-by: Christian König ---