RE: [PATCH] drm/amdgpu:fix virtual dce bug

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 4:11 AM > To: amd-gfx@lists.freedesktop.org > Cc: Liu, Monk > Subject: [PATCH] drm/amdgpu:fix virtual dce bug > > thi

[PATCH] drm/amdgpu:fix virtual dce bug

2017-11-15 Thread Monk Liu
this fix the issue that access memory after freed after driver unloaded. Change-Id: I64e2488c18f5dc044b57c74567785da21fc028da Signed-off-by: Monk Liu --- drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git