summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-12-21 09:45:55 +1000
committerDave Airlie <airlied@linux.ie>2007-12-21 09:45:55 +1000
commit9a5b501332c0a1f10af20845af48c9ddd2ce26a0 (patch)
tree53b7aafe1cde9643ceccc20d3b6503f2782aa0cb
parent3c31b96afa20913ad947e68fe0c3a662e5eafbdd (diff)
set ddc line correctly post-merge
-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 b4a69a35..752b31ea 100644
--- a/src/radeon_bios.c
+++ b/src/radeon_bios.c
@@ -421,7 +421,7 @@ static Bool RADEONGetLegacyConnectorInfoFromBIOS (ScrnInfoPtr pScrn)
info->BiosConnector[0].ConnectorType = CONNECTOR_DVI_I;
info->BiosConnector[0].DACType = DAC_PRIMARY;
info->BiosConnector[0].TMDSType = TMDS_INT;
- info->BiosConnector[0].DDCType = DDC_DVI;
+ info->BiosConnector[0].ddc_line = RADEON_GPIO_DVI_DDC;
} else
return FALSE;
}