commit | 1cd8b21aa22c4fe8835abe614da5fa989c66dca9 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Fri Sep 13 14:07:03 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Sun Sep 15 20:27:52 2013 -0400 |
tree | 3244aadc48b955547d5f3df5a3d35367dff3f01e | |
parent | d592fca9407d065f0754ba29790c66ecbc0366ad [diff] |
drm/radeon/dpm: rework auto performance level enable Calling force_performance_level() from set_power_state() doesn't work on some asics because the current power state pointer has not been properly updated at that point. Move the calls to force_performance_level() out of the asic specific set_power_state() functions and into the main power state sequence. Fixes dpm resume on SI. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>