commit | 83a7772ba223333755d8afd90ab8b2ea3f57d4e6 | [log] [tgz] |
---|---|---|
author | Andrey Grodzovsky <andrey.grodzovsky@amd.com> | Mon Nov 04 16:30:05 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Nov 07 18:08:07 2019 -0500 |
tree | 400ee2daf8e6436d50c86d0535c5d9a4f2463649 | |
parent | cb5932f866f50ea4a95459f0b6ebe93882d0aac6 [diff] |
drm/sched: Use completion to wait for sched->thread idle v2. Removes thread park/unpark hack from drm_sched_entity_fini and by this fixes reactivation of scheduler thread while the thread is supposed to be stopped. v2: Per sched entity completion. Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Suggested-by: Christian König <christian.koenig@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>