[PATCH] drm/radeon: rework pll selection (v2)

2012-08-31 Thread alexdeuc...@gmail.com
From: Alex Deucher 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 Signed-off-by: Alex De

[PATCH] drm/radeon: rework pll selection (v2)

2012-08-31 Thread alexdeucher
From: Alex Deucher 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 Signed-off-by: Alex De