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)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Sep 2013 14:29:53 +0000 (10:29 -0400)
commit360991867d83e10827d907ef67206986a98953b3
tree89ad9de44c2d67c0cd44d6db7292ed35e0ccadaf
parenta52b5eb647c728252b75365a0c44d78836661b27
drm/radeon: don't set default clocks for SI when DPM is disabled

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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_pm.c