• A
    drm/radeon: allow PPLL sharing on non-DP displays · 2f454cf1
    Alex Deucher 提交于
    If several non-DP displays use the same pixel clock
    we can use the same PPLL for all of them.  If all
    relevant displays have the same pixel clock, this
    allows the driver to:
    - use fewer PPLLs which saves power
    - support more than two non-DP displays on DCE4+
    
    The current drm modesetting infrastructure doesn't
    really provide a good framework for validating combinations
    that work or won't work, so it's possible you could go from
    a working configuration to a non-working one by changing the
    mode a one of the displays.  However, there this is better
    than what was there before.
    Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
    2f454cf1
atombios_crtc.c 60.1 KB