commit | 214a91e6bfabaa6cbfa692df8732000aab050795 | [log] [tgz] |
---|---|---|
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | Thu Sep 28 11:37:02 2017 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Oct 06 17:44:27 2017 -0400 |
tree | 09007391e37f7d88ccd6f36a4122d0c53299064b | |
parent | 1650c14b459ff9c85767746f1ef795a780653128 [diff] |
drm/amd/sched: move adding finish callback to amd_sched_job_begin The finish callback is responsible for removing the job from the ring mirror list, among other things. It makes sense to add it as callback in the place where the job is added to the ring mirror list. Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Andres Rodriguez <andresx7@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>