aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/si_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-07-31 12:41:35 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-08-07 17:37:09 -0400
commitfda837241f3680e5dc554c26e178c2deec7a039c (patch)
treefea4895f83a15b287e16aa3c003693407c4ca821 /drivers/gpu/drm/radeon/si_dpm.c
parentdrm/radeon: select audio dto based on encoder id for DCE3 (diff)
downloadlinux-dev-fda837241f3680e5dc554c26e178c2deec7a039c.tar.xz
linux-dev-fda837241f3680e5dc554c26e178c2deec7a039c.zip
drm/radeon/dpm: adjust thermal protection requirements
On rv770 and newer, clock gating is not required for thermal protection. The only requirement is that the design utilizes a thermal sensor. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/radeon/si_dpm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index 41825575b403..dc06e433048a 100644
--- a/drivers/gpu/drm/radeon/si_dpm.c
+++ b/drivers/gpu/drm/radeon/si_dpm.c
@@ -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;