diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-07-27 23:21:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-05 14:54:07 -0700 |
commit | 1fc3a6ed0203b772f02253be3aea606b7192d429 (patch) | |
tree | e95c98cebb14701c590ecf1b850dacf6a6ca0249 /drivers/gpu | |
parent | a0fe26d09596ccb84f68603f02c4c78a6394e9f9 (diff) | |
download | lwn-1fc3a6ed0203b772f02253be3aea606b7192d429.tar.gz lwn-1fc3a6ed0203b772f02253be3aea606b7192d429.zip |
drm/radeon: load the lm63 driver for an lm64 thermal chip.
commit 5dc355325b648dc9b4cf3bea4d968de46fd59215 upstream.
Looks like the lm63 driver supports the lm64 as well.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_atombios.c | 4 |
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 efb06e34aed7..43a3303995f8 100644 --- a/drivers/gpu/drm/radeon/radeon_atombios.c +++ b/drivers/gpu/drm/radeon/radeon_atombios.c @@ -1908,7 +1908,7 @@ static const char *thermal_controller_names[] = { "adm1032", "adm1030", "max6649", - "lm64", + "lm63", /* lm64 */ "f75375", "asc7xxx", }; @@ -1919,7 +1919,7 @@ static const char *pp_lib_thermal_controller_names[] = { "adm1032", "adm1030", "max6649", - "lm64", + "lm63", /* lm64 */ "f75375", "RV6xx", "RV770", |