summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon_bios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c
index 07fbb52..cb96022 100644
--- a/src/radeon_bios.c
+++ b/src/radeon_bios.c
@@ -242,7 +242,7 @@ static Bool RADEONGetLegacyConnectorInfoFromBIOS (ScrnInfoPtr pScrn)
info->BiosConnector[i].ConnectorType = (tmp >> 12) & 0xf;
info->BiosConnector[i].DDCType = (tmp >> 8) & 0xf;
info->BiosConnector[i].DACType = tmp & 0x1;
- info->BiosConnector[i].TMDSType = tmp & 0x10;
+ info->BiosConnector[i].TMDSType = (tmp >> 4) & 0x1;
/* most XPRESS chips seem to specify DDC_CRT2 for their
* VGA DDC port, however DDC never seems to work on that