drm/amd/powerplay: change alert temperature range
Change to more meaningful range that triggers thermal interrupts. Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a1665a55c8
commit
fafa359840
|
@ -27,8 +27,8 @@
|
|||
#include "power_state.h"
|
||||
|
||||
|
||||
#define TEMP_RANGE_MIN (90 * 1000)
|
||||
#define TEMP_RANGE_MAX (120 * 1000)
|
||||
#define TEMP_RANGE_MIN (0)
|
||||
#define TEMP_RANGE_MAX (80 * 1000)
|
||||
|
||||
#define PHM_FUNC_CHECK(hw) \
|
||||
do { \
|
||||
|
|
Loading…
Reference in New Issue