Commit fafa3598 authored by Eric Huang's avatar Eric Huang Committed by Alex Deucher

drm/amd/powerplay: change alert temperature range

Change to more meaningful range that triggers thermal
interrupts.
Signed-off-by: default avatarEric Huang <JinHuiEric.Huang@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a1665a55
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include "power_state.h" #include "power_state.h"
#define TEMP_RANGE_MIN (90 * 1000) #define TEMP_RANGE_MIN (0)
#define TEMP_RANGE_MAX (120 * 1000) #define TEMP_RANGE_MAX (80 * 1000)
#define PHM_FUNC_CHECK(hw) \ #define PHM_FUNC_CHECK(hw) \
do { \ do { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment