xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Oct 7 14:33:52 PDT 2010


 src/atombios_output.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 74fd2b91477106a26a2d9fb4b11c885910996041
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Oct 7 17:33:00 2010 -0400

    DCE3.2 UMS: fix duallink
    
    Should fix:
    https://bugs.freedesktop.org/show_bug.cgi?id=30686

diff --git a/src/atombios_output.c b/src/atombios_output.c
index 0d92bfa..e1340fe 100644
--- a/src/atombios_output.c
+++ b/src/atombios_output.c
@@ -791,6 +791,8 @@ atombios_output_dig_transmitter_setup(xf86OutputPtr output, int action, uint8_t
 	else if (radeon_output->active_device & (ATOM_DEVICE_DFP_SUPPORT)) {
 	    if (radeon_output->coherent_mode)
 		disp_data.v2.acConfig.fCoherentMode = 1;
+	    if (clock > 165000)
+		disp_data.v2.acConfig.fDualLinkConnector = 1;
 	}
     } else {
 	disp_data.v1.ucConfig = ATOM_TRANSMITTER_CONFIG_CLKSRC_PPLL;


More information about the xorg-commit mailing list