aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/ci_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-12-03 19:05:19 -0500
committerAlex Deucher <alexander.deucher@amd.com>2014-12-03 19:05:19 -0500
commiteb8d4d0d994aebe4ebb6bccd3637ab55eab3fa81 (patch)
tree4f474568d94c74382b5a6fb5bcbed426e6b79cda /drivers/gpu/drm/radeon/ci_dpm.c
parentdrm/radeon: use pointers instead of indexes for CS chunks (diff)
downloadlinux-dev-eb8d4d0d994aebe4ebb6bccd3637ab55eab3fa81.tar.xz
linux-dev-eb8d4d0d994aebe4ebb6bccd3637ab55eab3fa81.zip
drm/radeon: enable smc fan control on CI
This seems to work well on CI boards after fixing the last few bugs noticed by Chernovsky Oleg. On boards with a high default fan speed this should reduce fan noise. Manual fan control is not enabled yet. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/ci_dpm.c')
-rw-r--r--drivers/gpu/drm/radeon/ci_dpm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/ci_dpm.c b/drivers/gpu/drm/radeon/ci_dpm.c
index a42f0eceffc8..f373a81ba3d5 100644
--- a/drivers/gpu/drm/radeon/ci_dpm.c
+++ b/drivers/gpu/drm/radeon/ci_dpm.c
@@ -5849,7 +5849,6 @@ int ci_dpm_init(struct radeon_device *rdev)
rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac;
pi->fan_ctrl_is_in_default_mode = true;
- rdev->pm.dpm.fan.ucode_fan_control = false;
return 0;
}