From 74fd2b91477106a26a2d9fb4b11c885910996041 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 7 Oct 2010 17:33:00 -0400 Subject: DCE3.2 UMS: fix duallink Should fix: https://bugs.freedesktop.org/show_bug.cgi?id=30686 --- src/atombios_output.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/atombios_output.c b/src/atombios_output.c index 0d92bfae..e1340fec 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; -- cgit v1.2.3