[PATCH 3/3] drm/amdgpu: fix pplib finish bug

2016-06-01 Thread Alex Deucher
From: Monk Liu 1,should use late_fini to kfree all resource otherwise the released pointer maybe accessed in IRQ ip fini routine. 2,hwmgr should not be kfree by pem_fini which is invoked by hw fini path. Signed-off-by: Monk Liu Reviewed-by: Alex Deucher Reviewed-by: Christian König Signed-o

[PATCH 3/3] drm/amdgpu: fix pplib finish bug

2016-05-26 Thread Alex Deucher
From: Monk Liu 1,should use late_fini to kfree all resource otherwise the released pointer maybe accessed in IRQ ip fini routine. 2,hwmgr should not be kfree by pem_fini which is invoked by hw fini path. Signed-off-by: Monk Liu Reviewed-by: Alex Deucher Reviewed-by: Christian König Signed-o