commit | 58e955d9defad833f9a23c38521d7bbf01097b1d | [log] [tgz] |
---|---|---|
author | Emily Deng <Emily.Deng@amd.com> | Thu Mar 08 09:35:19 2018 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Mar 14 14:38:25 2018 -0500 |
tree | 8af7068e85cd4dfef39e1858a38b8534279ab9bb | |
parent | e89d0d332b7554f149648d293c2b6c77b79be529 [diff] |
drm/amdgpu: Correct the place of amdgpu_pm_sysfs_fini The amdgpu_pm_sysfs_fini should call before amdgpu_device_ip_fini, or the adev->pm.dpm_enabled would be set to 0, then the device files related to pp won't be removed by amdgpu_pm_sysfs_fini when unload driver. Signed-off-by: Emily Deng <Emily.Deng@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>