Re: [PATCH] drm/amd/powerplay: fix bug fail to remove sysfs when rmmod amdgpu.

2017-07-04 Thread Michel Dänzer
On 04/07/17 05:42 PM, Rex Zhu wrote: > when hw_fini, pp will disable dpm.so remove sysfs before > disable dpm. > > Change-Id: I17114f5c964b870802abbde32544b28eeb6173ab > Signed-off-by: Rex Zhu > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 6 +++--- > 1 file changed, 3

Re: [PATCH] drm/amd/powerplay: fix bug fail to remove sysfs when rmmod amdgpu.

2017-07-04 Thread Alex Deucher
On Tue, Jul 4, 2017 at 4:42 AM, Rex Zhu wrote: > when hw_fini, pp will disable dpm.so remove sysfs before > disable dpm. > > Change-Id: I17114f5c964b870802abbde32544b28eeb6173ab > Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher >

[PATCH] drm/amd/powerplay: fix bug fail to remove sysfs when rmmod amdgpu.

2017-07-04 Thread Rex Zhu
when hw_fini, pp will disable dpm.so remove sysfs before disable dpm. Change-Id: I17114f5c964b870802abbde32544b28eeb6173ab Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git