diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-07-27 23:21:50 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-08-05 08:53:40 -0400 |
commit | 5dc355325b648dc9b4cf3bea4d968de46fd59215 (patch) | |
tree | 7a492dd5ec933a986d97c87ab2225fcd208e997f | |
parent | ebdea82d2e7d954e88f56108fd487bac73c65a5d (diff) |
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
-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 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[] = { | |||
1963 | "adm1032", | 1963 | "adm1032", |
1964 | "adm1030", | 1964 | "adm1030", |
1965 | "max6649", | 1965 | "max6649", |
1966 | "lm64", | 1966 | "lm63", /* lm64 */ |
1967 | "f75375", | 1967 | "f75375", |
1968 | "asc7xxx", | 1968 | "asc7xxx", |
1969 | }; | 1969 | }; |
@@ -1974,7 +1974,7 @@ static const char *pp_lib_thermal_controller_names[] = { | |||
1974 | "adm1032", | 1974 | "adm1032", |
1975 | "adm1030", | 1975 | "adm1030", |
1976 | "max6649", | 1976 | "max6649", |
1977 | "lm64", | 1977 | "lm63", /* lm64 */ |
1978 | "f75375", | 1978 | "f75375", |
1979 | "RV6xx", | 1979 | "RV6xx", |
1980 | "RV770", | 1980 | "RV770", |