commit | 29d253553559dba919315be847f4f2cce29edd42 | [log] [tgz] |
---|---|---|
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | Thu Sep 28 11:51:32 2017 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Oct 06 17:44:30 2017 -0400 |
tree | 3e6973a35e3b9ee5c92d76331895010080abaf8e | |
parent | 214a91e6bfabaa6cbfa692df8732000aab050795 [diff] |
drm/amd/sched: NULL out the s_fence field after run_job amd_sched_process_job drops the fence reference, so NULL out the s_fence field before adding it as a callback to guard against accidentally using s_fence after it may have be freed. v2: add a clarifying comment 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>