diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-03-15 01:36:32 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-03-30 19:54:02 -0400 |
commit | 06abdb0ec6b91f634631404012c4d646389e9e0b (patch) | |
tree | d1581608d9d0e53feec3f960fbe1eda0ab4c7249 /drivers/gpu | |
parent | f867c60def7a8dcd86657fd38a8920a4354f305e (diff) |
drm/radeon/kms/pm: fix typo in power table parsing
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_atombios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_atombios.c b/drivers/gpu/drm/radeon/radeon_atombios.c index 815116e38aa3..92e688697165 100644 --- a/drivers/gpu/drm/radeon/radeon_atombios.c +++ b/drivers/gpu/drm/radeon/radeon_atombios.c | |||
@@ -1734,7 +1734,7 @@ void radeon_atombios_get_power_modes(struct radeon_device *rdev) | |||
1734 | /* add the i2c bus for thermal/fan chip */ | 1734 | /* add the i2c bus for thermal/fan chip */ |
1735 | /* no support for internal controller yet */ | 1735 | /* no support for internal controller yet */ |
1736 | if (power_info->info_4.sThermalController.ucType > 0) { | 1736 | if (power_info->info_4.sThermalController.ucType > 0) { |
1737 | if ((power_info->info_4.sThermalController.ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) && | 1737 | if ((power_info->info_4.sThermalController.ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) || |
1738 | (power_info->info_4.sThermalController.ucType == ATOM_PP_THERMALCONTROLLER_RV770)) { | 1738 | (power_info->info_4.sThermalController.ucType == ATOM_PP_THERMALCONTROLLER_RV770)) { |
1739 | DRM_INFO("Internal thermal controller %s fan control\n", | 1739 | DRM_INFO("Internal thermal controller %s fan control\n", |
1740 | (power_info->info_4.sThermalController.ucFanParameters & | 1740 | (power_info->info_4.sThermalController.ucFanParameters & |