drm/radeon: rework pll selection (v4)
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 31 Aug 2012 15:56:50 +0000 (11:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Sep 2012 17:10:43 +0000 (13:10 -0400)
commitf3dd8508d459a2d0d0bc426144b92f1696d4fe86
tree000ca4a5d664dca3837cc5c11d59c332bea8c046
parenta59fbb8e18566a346a2736000d979576ab7525fe
drm/radeon: rework pll selection (v4)

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.
v4: - same as v3, but re-apply to drm-next as the corner
      cases are fixed properly in subsequent patches.

fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=54471

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/atombios_crtc.c
This page took 0.024851 seconds and 5 git commands to generate.