commit | b602ca5f31fe69588aae9ee13fd50a49ef0a57dd | [log] [tgz] |
---|---|---|
author | Tiecheng Zhou <Tiecheng.Zhou@amd.com> | Wed Aug 19 10:27:09 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Sep 25 17:03:22 2020 -0400 |
tree | 770ac9d3e89b8106bb0b8eeb4b063a788693197b | |
parent | 519b8b76f0b62a0be0d9fcee39819d2461fc3cb0 [diff] |
drm/amdgpu: stop data_exchange work thread before reset In FLR routine, init_data_exchange is called at reset_sriov while fini_data_exchange is not. This will duplicating work thread. So call fini_data_exchange before reset for SRIOV Signed-off-by: Tiecheng Zhou <Tiecheng.Zhou@amd.com> Signed-off-by: Bokun Zhang <Bokun.Zhang@amd.com> Reviewed-by: Monk Liu <monk.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>