diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-01-06 17:41:22 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-01-06 17:41:22 -0500 |
commit | c3fb8bb279959512a4ced644a64cc660c5cd97bd (patch) | |
tree | 02c2ad370524c81fdea9fc4cfa743849831af399 /src/radeon_bios.c | |
parent | 9bb6b8ceaf772e1ce63610812a12260ee3860c27 (diff) |
ATOM: rework encoder/transmitter setup
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 37954d35..badcb018 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -632,6 +632,7 @@ static Bool RADEONGetLegacyConnectorInfoFromBIOS (ScrnInfoPtr pScrn) info->BiosConnector[4].ConnectorType = CONNECTOR_LVDS; info->BiosConnector[4].DACType = DAC_NONE; info->BiosConnector[4].TMDSType = TMDS_NONE; + info->BiosConnector[4].LVDSType = LVDS_INT; info->BiosConnector[4].ddc_i2c.valid = FALSE; tmp = RADEON_BIOS16(info->ROMHeaderStart + 0x42); |