drm/radeon: enable smc fan control on SI
authorAlex Deucher <alexander.deucher@amd.com>
Sun, 18 Jan 2015 16:44:40 +0000 (11:44 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Jan 2015 15:38:50 +0000 (10:38 -0500)
Working now with Oleg's last round of fixes.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si_dpm.c

index 80e2944..8e36c24 100644 (file)
@@ -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;
 }