diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-07-01 16:04:02 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-07-01 16:04:02 -0400 |
commit | 4b5c006ef2bd70ca8c06d74694e0e56719f15d91 (patch) | |
tree | 990eb0fc1a412f82840a6b554b867cc22f97dcfb /drivers/gpu/drm/radeon/btc_dpm.c | |
parent | 4da18e26e0cc2387597ff57ac33df1bc6369fbed (diff) |
drm/radeon/dpm: re-enable state transitions for BTC
Was disabled due to stability issues on certain boards
caused by the a bug in the parsing of the atom mc reg tables.
That's fixed now so re-enable.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/btc_dpm.c')
-rw-r--r-- | drivers/gpu/drm/radeon/btc_dpm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/radeon/btc_dpm.c b/drivers/gpu/drm/radeon/btc_dpm.c index bab018583417..f072660c7665 100644 --- a/drivers/gpu/drm/radeon/btc_dpm.c +++ b/drivers/gpu/drm/radeon/btc_dpm.c | |||
@@ -2326,14 +2326,11 @@ int btc_dpm_set_power_state(struct radeon_device *rdev) | |||
2326 | return ret; | 2326 | return ret; |
2327 | } | 2327 | } |
2328 | 2328 | ||
2329 | #if 0 | ||
2330 | /* XXX */ | ||
2331 | ret = rv770_unrestrict_performance_levels_after_switch(rdev); | 2329 | ret = rv770_unrestrict_performance_levels_after_switch(rdev); |
2332 | if (ret) { | 2330 | if (ret) { |
2333 | DRM_ERROR("rv770_unrestrict_performance_levels_after_switch failed\n"); | 2331 | DRM_ERROR("rv770_unrestrict_performance_levels_after_switch failed\n"); |
2334 | return ret; | 2332 | return ret; |
2335 | } | 2333 | } |
2336 | #endif | ||
2337 | 2334 | ||
2338 | return 0; | 2335 | return 0; |
2339 | } | 2336 | } |