diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-07-27 23:21:50 -0400 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-09-18 16:40:01 +0200 |
commit | e3778ad471494f7be9845a675f50dba4802d8972 (patch) | |
tree | cd6625225d2857f08f6a1e3e043713841f7f4f66 /drivers/gpu | |
parent | fe4bbb9bc4d42e980d01895cb7492babdcdf55cf (diff) | |
download | lwn-e3778ad471494f7be9845a675f50dba4802d8972.tar.gz lwn-e3778ad471494f7be9845a675f50dba4802d8972.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: Jiri Slaby <jslaby@suse.cz>
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 dfa641277175..402d4630d13e 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", |