mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-24 11:34:50 +08:00
drm/radeon: fix typo in CI dpm disable
Need to disable DS, not enable it when disabling dpm. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
This commit is contained in:
parent
1955f107a7
commit
129acb7c0b
@ -4759,7 +4759,7 @@ void ci_dpm_disable(struct radeon_device *rdev)
|
||||
ci_enable_spread_spectrum(rdev, false);
|
||||
ci_enable_auto_throttle_source(rdev, RADEON_DPM_AUTO_THROTTLE_SRC_THERMAL, false);
|
||||
ci_stop_dpm(rdev);
|
||||
ci_enable_ds_master_switch(rdev, true);
|
||||
ci_enable_ds_master_switch(rdev, false);
|
||||
ci_enable_ulv(rdev, false);
|
||||
ci_clear_vc(rdev);
|
||||
ci_reset_to_default(rdev);
|
||||
|
Loading…
Reference in New Issue
Block a user