From: Alex Deucher Date: Fri, 31 Aug 2012 15:56:50 +0000 (-0400) Subject: drm/radeon: rework pll selection (v3) X-Git-Tag: v3.6-rc6~14^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=985f61f7ee647ad570c05eab0b74915da2ac8e19;p=pandora-kernel.git drm/radeon: rework pll selection (v3) For DP we can use the same PPLL for all active DP encoders. Take advantage of that to prevent cases where we may end up sharing a PPLL between DP and non-DP which won't work. Also clean up the code a bit. v2: - fix missing pll_id assignment in crtc init v3: - fix DP PPLL check - document functions - break in main encoder search loop after matching. no need to keep checking additional encoders. fixes: https://bugs.freedesktop.org/show_bug.cgi?id=54471 Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- Reading git-diff-tree failed