commit | 446947b44fb8cabc0213ff4efd706931e36b1963 | [log] [tgz] |
---|---|---|
author | Wang Hongcheng <Annie.Wang@amd.com> | Fri Nov 17 10:39:02 2017 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Nov 21 10:45:05 2017 -0500 |
tree | c9393a5df6184c72da1ec3c86131032e7c99eb8c | |
parent | d5a480b44b189bad1d67df5d4c5ed9e6c750e8f2 [diff] |
drm/amdgpu: fix rmmod KCQ disable failed error If gfx_v8_0_hw_fini is called after amdgpu_ucode_fini_bo, we will hit KCQ disabled failed. Let amdgpu_ucode_fini_bo run after gfx_v8_0_hw_fini. BUG: SWDEV-135547 Reviewed-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Wang Hongcheng <Annie.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>