]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/radeon: don't set default clocks for SI when DPM is disabled
authorAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Sep 2013 18:37:49 +0000 (14:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2013 14:17:57 +0000 (07:17 -0700)
commit9f5862c0664cf371dc040f0e84fa23754a34ce67
tree4537746b0b902f2f37b11201b6818fd91dd4d55a
parentcb51bb7107aa040f9779be931e3bd6a7b50e0f69
drm/radeon: don't set default clocks for SI when DPM is disabled

commit 360991867d83e10827d907ef67206986a98953b3 upstream.

This is a partial revert of c6cf7777a32da874fabec4fd1c2a579f0ba4e4dd.

We need to take into account the clk voltage dependencies of the
board.  Not doing so can lead to stability issues on certain
boards if the clks exceed the levels in the dep tables.

DPM already takes that into account, so for optimal performance,
use DPM.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_pm.c