|
@@ -6366,8 +6366,7 @@ int si_dpm_init(struct radeon_device *rdev)
|
|
|
eg_pi->sclk_deep_sleep = true;
|
|
|
si_pi->sclk_deep_sleep_above_low = false;
|
|
|
|
|
|
- if (pi->gfx_clock_gating &&
|
|
|
- (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE))
|
|
|
+ if (rdev->pm.int_thermal_type != THERMAL_TYPE_NONE)
|
|
|
pi->thermal_protection = true;
|
|
|
else
|
|
|
pi->thermal_protection = false;
|