|
@@ -188,6 +188,9 @@ static int amdgpu_pp_hw_fini(void *handle)
|
|
int ret = 0;
|
|
int ret = 0;
|
|
struct amdgpu_device *adev = (struct amdgpu_device *)handle;
|
|
struct amdgpu_device *adev = (struct amdgpu_device *)handle;
|
|
|
|
|
|
|
|
+ if (adev->pp_enabled && adev->pm.dpm_enabled)
|
|
|
|
+ amdgpu_pm_sysfs_fini(adev);
|
|
|
|
+
|
|
if (adev->powerplay.ip_funcs->hw_fini)
|
|
if (adev->powerplay.ip_funcs->hw_fini)
|
|
ret = adev->powerplay.ip_funcs->hw_fini(
|
|
ret = adev->powerplay.ip_funcs->hw_fini(
|
|
adev->powerplay.pp_handle);
|
|
adev->powerplay.pp_handle);
|
|
@@ -206,8 +209,6 @@ static void amdgpu_pp_late_fini(void *handle)
|
|
adev->powerplay.ip_funcs->late_fini(
|
|
adev->powerplay.ip_funcs->late_fini(
|
|
adev->powerplay.pp_handle);
|
|
adev->powerplay.pp_handle);
|
|
|
|
|
|
- if (adev->pp_enabled && adev->pm.dpm_enabled)
|
|
|
|
- amdgpu_pm_sysfs_fini(adev);
|
|
|
|
|
|
|
|
if (adev->pp_enabled)
|
|
if (adev->pp_enabled)
|
|
amd_powerplay_destroy(adev->powerplay.pp_handle);
|
|
amd_powerplay_destroy(adev->powerplay.pp_handle);
|