RE: [PATCH 2/2] drm/amdgpu:cancel timer of virtual DCE

2017-11-15 Thread Liu, Monk
Good idea -Original Message- From: Deucher, Alexander Sent: 2017年11月16日 12:14 To: Liu, Monk <monk@amd.com>; amd-gfx@lists.freedesktop.org Cc: Liu, Monk <monk@amd.com> Subject: RE: [PATCH 2/2] drm/amdgpu:cancel timer of virtual DCE > -Original Message-

RE: [PATCH 2/2] drm/amdgpu:cancel timer of virtual DCE

2017-11-15 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Monk Liu > Sent: Wednesday, November 15, 2017 10:14 PM > To: amd-gfx@lists.freedesktop.org > Cc: Liu, Monk > Subject: [PATCH 2/2] drm/amdgpu:cancel timer of virtual DCE &

[PATCH 2/2] drm/amdgpu:cancel timer of virtual DCE

2017-11-15 Thread Monk Liu
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. Change-Id: I03d6ca7aa07591d287da379ef4fe008f06edaff6 Signed-off-by: Monk Liu ---