Commit 4b5c006e authored by Alex Deucher's avatar Alex Deucher

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: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4da18e26
...@@ -2326,14 +2326,11 @@ int btc_dpm_set_power_state(struct radeon_device *rdev) ...@@ -2326,14 +2326,11 @@ int btc_dpm_set_power_state(struct radeon_device *rdev)
return ret; return ret;
} }
#if 0
/* XXX */
ret = rv770_unrestrict_performance_levels_after_switch(rdev); ret = rv770_unrestrict_performance_levels_after_switch(rdev);
if (ret) { if (ret) {
DRM_ERROR("rv770_unrestrict_performance_levels_after_switch failed\n"); DRM_ERROR("rv770_unrestrict_performance_levels_after_switch failed\n");
return ret; return ret;
} }
#endif
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment