--- drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h.orig 2020-06-22 15:42:20.178669732 +0200 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h 2020-06-22 15:43:03.183968081 +0200 @@ -456,8 +456,8 @@ #define R600_SST_DFLT 0x00C8 /* XXX are these ok? */ -#define R600_TEMP_RANGE_MIN (90 * 1000) -#define R600_TEMP_RANGE_MAX (120 * 1000) +#define R600_TEMP_RANGE_MIN (85 * 1000) +#define R600_TEMP_RANGE_MAX (95 * 1000) #define FDO_PWM_MODE_STATIC 1 #define FDO_PWM_MODE_STATIC_RPM 5 --- drivers/gpu/drm/amd/amdgpu/r600_dpm.h.orig 2020-06-22 15:42:31.351747195 +0200 +++ drivers/gpu/drm/amd/amdgpu/r600_dpm.h 2020-06-22 15:43:26.287128558 +0200 @@ -93,8 +93,8 @@ #define R600_PM_NUMBER_OF_ACTIVITY_LEVELS 3 /* XXX are these ok? */ -#define R600_TEMP_RANGE_MIN (90 * 1000) -#define R600_TEMP_RANGE_MAX (120 * 1000) +#define R600_TEMP_RANGE_MIN (85 * 1000) +#define R600_TEMP_RANGE_MAX (95 * 1000) #define FDO_PWM_MODE_STATIC 1 #define FDO_PWM_MODE_STATIC_RPM 5