aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_atombios.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-07-27 23:21:50 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-08-05 08:53:40 -0400
commit5dc355325b648dc9b4cf3bea4d968de46fd59215 (patch)
tree7a492dd5ec933a986d97c87ab2225fcd208e997f /drivers/gpu/drm/radeon/radeon_atombios.c
parentdrm/radeon: make radeon_connector_encoder_is_hbr2 static (diff)
downloadlinux-dev-5dc355325b648dc9b4cf3bea4d968de46fd59215.tar.xz
linux-dev-5dc355325b648dc9b4cf3bea4d968de46fd59215.zip
drm/radeon: load the lm63 driver for an lm64 thermal chip.
Looks like the lm63 driver supports the lm64 as well. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_atombios.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_atombios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_atombios.c b/drivers/gpu/drm/radeon/radeon_atombios.c
index fda1e4130af7..2bbf016025dc 100644
--- a/drivers/gpu/drm/radeon/radeon_atombios.c
+++ b/drivers/gpu/drm/radeon/radeon_atombios.c
@@ -1963,7 +1963,7 @@ static const char *thermal_controller_names[] = {
"adm1032",
"adm1030",
"max6649",
- "lm64",
+ "lm63", /* lm64 */
"f75375",
"asc7xxx",
};
@@ -1974,7 +1974,7 @@ static const char *pp_lib_thermal_controller_names[] = {
"adm1032",
"adm1030",
"max6649",
- "lm64",
+ "lm63", /* lm64 */
"f75375",
"RV6xx",
"RV770",