commit | 1719efc2327dc7485f30f6674c6ba4a793ac3a25 | [log] [tgz] |
---|---|---|
author | Monk Liu <Monk.Liu@amd.com> | Thu Nov 16 11:11:39 2017 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 06 12:47:52 2017 -0500 |
tree | 8b0eb542e3ed0c7294d16ea9f88165808629037b | |
parent | 129d65c18ecfb249aceb540c31fdaf79bd5a11ff [diff] |
drm/amdgpu:cancel timer of virtual DCE(v2) virtual DCE Timer structure is already released after its sw_fini(), so we need to cancel the its Timer in hw_fini() otherwise the Timer canceling is missed. v2: use for loop and num_crtc to replace original code Signed-off-by: Monk Liu <Monk.Liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>