diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-10-07 17:33:00 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-10-07 17:33:00 -0400 |
commit | 74fd2b91477106a26a2d9fb4b11c885910996041 (patch) | |
tree | b5845883866e211db430566bdd2833456a9101c6 /src | |
parent | 8c544272f218fd8bd93a898b96afedc2498b27bb (diff) |
DCE3.2 UMS: fix duallink
Should fix:
https://bugs.freedesktop.org/show_bug.cgi?id=30686
Diffstat (limited to 'src')
-rw-r--r-- | src/atombios_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |