]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/3.10.56/drm-radeon-load-the-lm63-driver-for-an-lm64-thermal-chip.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.10.56 / drm-radeon-load-the-lm63-driver-for-an-lm64-thermal-chip.patch
1 From 5dc355325b648dc9b4cf3bea4d968de46fd59215 Mon Sep 17 00:00:00 2001
2 From: Alex Deucher <alexander.deucher@amd.com>
3 Date: Sun, 27 Jul 2014 23:21:50 -0400
4 Subject: drm/radeon: load the lm63 driver for an lm64 thermal chip.
5
6 From: Alex Deucher <alexander.deucher@amd.com>
7
8 commit 5dc355325b648dc9b4cf3bea4d968de46fd59215 upstream.
9
10 Looks like the lm63 driver supports the lm64 as well.
11
12 Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
13 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14
15 ---
16 drivers/gpu/drm/radeon/radeon_atombios.c | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 --- a/drivers/gpu/drm/radeon/radeon_atombios.c
20 +++ b/drivers/gpu/drm/radeon/radeon_atombios.c
21 @@ -1908,7 +1908,7 @@ static const char *thermal_controller_na
22 "adm1032",
23 "adm1030",
24 "max6649",
25 - "lm64",
26 + "lm63", /* lm64 */
27 "f75375",
28 "asc7xxx",
29 };
30 @@ -1919,7 +1919,7 @@ static const char *pp_lib_thermal_contro
31 "adm1032",
32 "adm1030",
33 "max6649",
34 - "lm64",
35 + "lm63", /* lm64 */
36 "f75375",
37 "RV6xx",
38 "RV770",