Skip to content
  • Connor Behan's avatar
    Improve handling of monitor and output types · 2072d9aa
    Connor Behan authored
    
    
    Checking for OUTPUT_DVI is not the same as checking for MT_DFP. There
    might be r128 cards with a DVI-I connector. These have the capability of
    driving an MT_CRT so we now check the monitor type before programming
    DAC or TMDS registers.
    
    This patch also removes R128ConnectorType and R128BIOSConnector because
    they were not doing much. These data structures are more useful for the
    radeon driver where there is a much wider range of cards.
    
    Signed-off-by: default avatarConnor Behan <connor.behan@gmail.com>
    Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    2072d9aa