diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index db327b412562..1de96995e690 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c @@ -6887,7 +6887,6 @@ static int si_dpm_enable(struct amdgpu_device *adev)  	si_enable_auto_throttle_source(adev, AMDGPU_DPM_AUTO_THROTTLE_SRC_THERMAL, true);  	si_thermal_start_thermal_controller(adev); -	ni_update_current_ps(adev, boot_ps);  	return 0;  } @@ -7763,7 +7762,7 @@ static int si_dpm_hw_init(void *handle)  	else  		adev->pm.dpm_enabled = true;  	mutex_unlock(&adev->pm.mutex); - +	amdgpu_pm_compute_clocks(adev);  	return ret;  } |