commit | 62347a33001c27b22465361aa4adcaa432497bdf | [log] [tgz] |
---|---|---|
author | Andrey Grodzovsky <andrey.grodzovsky@amd.com> | Fri Aug 17 10:32:50 2018 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Aug 27 11:11:10 2018 -0500 |
tree | 29ec0030e6b7cb636eb76b116b20f3afad1425eb | |
parent | 9c70d10ae72a188adb9da83ec760e1d5779bc2ed [diff] |
drm/scheduler: Add stopped flag to drm_sched_entity The flag will prevent another thread from same process to reinsert the entity queue into scheduler's rq after it was already removewd from there by another thread during drm_sched_entity_flush. Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>