diff options
author | Dave Airlie <airlied@linux.ie> | 2006-09-25 09:00:21 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-09-25 09:00:21 +1000 |
commit | 976dec04786e9b050945c290840b4cdc978c0b23 (patch) | |
tree | 3226877e7232dd7f6e99b32803cf342e670b5e69 | |
parent | 452f0f8079d65679905ed5178a256534ef0db0e4 (diff) |
radeon: put back in reverseddc code
BenH claims it is needed, agd5f can fix it up later if it isn't.
-rw-r--r-- | src/radeon_display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_display.c b/src/radeon_display.c index 7c78de2..c3aeb0b 100644 --- a/src/radeon_display.c +++ b/src/radeon_display.c @@ -960,7 +960,6 @@ static void RADEONQueryConnectedDisplays(ScrnInfoPtr pScrn) pRADEONEnt->PortInfo[1].ConnectorType = CONNECTOR_CRT; -#if 0 // DA what replaced this?? /* Some cards have the DDC lines swapped and we have no way to * detect it yet (Mac cards) */ @@ -968,7 +967,6 @@ static void RADEONQueryConnectedDisplays(ScrnInfoPtr pScrn) pRADEONEnt->PortInfo[0].DDCType = DDC_VGA; pRADEONEnt->PortInfo[1].DDCType = DDC_DVI; } -#endif } /* always make TMDS_INT port first*/ |