From: Alex Deucher Date: Tue, 17 Jul 2012 18:02:43 +0000 (-0400) Subject: drm/radeon: fix up pll selection on DCE5/6 X-Git-Tag: v3.2.30~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=540e00f8662500ff2b6289871b4ca919cd9d6a21;p=pandora-kernel.git drm/radeon: fix up pll selection on DCE5/6 commit 26fe45a0a76f165425f332a5aaa298f149f9db22 upstream. Selecting ATOM_PPLL_INVALID should be equivalent as the DCPLL or PPLL0 are already programmed for the DISPCLK, but the preferred method is to always specify the PLL selected. SetPixelClock will check the parameters and skip the programming if the PLL is already set up. Signed-off-by: Alex Deucher Reviewed-by: Christian König [bwh: Backported to 3.2: drop the DCE6 case] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed