mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 00:54:41 +08:00
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>
This commit is contained in:
parent
4da18e26e0
commit
4b5c006ef2
@ -2326,14 +2326,11 @@ int btc_dpm_set_power_state(struct radeon_device *rdev)
|
||||
return ret;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* XXX */
|
||||
ret = rv770_unrestrict_performance_levels_after_switch(rdev);
|
||||
if (ret) {
|
||||
DRM_ERROR("rv770_unrestrict_performance_levels_after_switch failed\n");
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user