]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: stop touching sched.ready in the backend
authorChristian König <christian.koenig@amd.com>
Tue, 18 May 2021 15:48:02 +0000 (17:48 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 May 2021 22:07:43 +0000 (18:07 -0400)
commit515c5ce80fc0d3cf77c63ef91c668b324d5ea890
treed4dd5b698e1e44d1928ce9fe1990575e1cde8dfa
parent048ace7c6f35a8bbd38c5f75dde9d0e89cd2953b
drm/amdgpu: stop touching sched.ready in the backend

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.

v2: squash in unused variable fix (Alex)

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