aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2018-01-10 15:37:20 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:17:08 -0500
commit4ba082572a42f515e66f0dece2936fde1160eb33 (patch)
treeb3e286904414efa9ad4ee3c6d73a46a242c0097a /drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h
parentdrm/amd/powerplay: export vega10 specific thermal ranges (V2) (diff)
downloadlinux-dev-4ba082572a42f515e66f0dece2936fde1160eb33.tar.xz
linux-dev-4ba082572a42f515e66f0dece2936fde1160eb33.zip
drm/amd/powerplay: export the thermal ranges of VI asics (V2)
V2: move the SMU7Thermal structure to newly created header file Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h b/drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h
index 82b810a569ff..201d2b6329ab 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h
@@ -31,4 +31,10 @@ static const struct PP_TemperatureRange SMU7ThermalWithDelayPolicy[] =
{ 120000, 120000},
};
+static const struct PP_TemperatureRange SMU7ThermalPolicy[] =
+{
+ {-273150, 99000},
+ { 120000, 120000},
+};
+
#endif