summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
diff options
context:
space:
mode:
authorAlex Deucher2015-01-18 17:44:40 +0100
committerAlex Deucher2015-01-22 16:38:50 +0100
commitde5670c2204f3456102568f164d568a9c487af7c (patch)
tree5a96d6a9b5e8da2171de205690e03d5533948d8f /drivers/gpu/drm/radeon
parentfixes for SI fan handling (diff)
downloadkernel-qcow2-linux-de5670c2204f3456102568f164d568a9c487af7c.tar.gz
kernel-qcow2-linux-de5670c2204f3456102568f164d568a9c487af7c.tar.xz
kernel-qcow2-linux-de5670c2204f3456102568f164d568a9c487af7c.zip
drm/radeon: enable smc fan control on SI
Working now with Oleg's last round of fixes. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-rw-r--r--drivers/gpu/drm/radeon/si_dpm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index 80e29448d363..8e36c24b995d 100644
--- a/drivers/gpu/drm/radeon/si_dpm.c
+++ b/drivers/gpu/drm/radeon/si_dpm.c
@@ -6953,7 +6953,6 @@ int si_dpm_init(struct radeon_device *rdev)
rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac;
si_pi->fan_ctrl_is_in_default_mode = true;
- rdev->pm.dpm.fan.ucode_fan_control = false;
return 0;
}