diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-12-29 10:25:33 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-12-29 10:25:33 -0500 |
commit | 45f8b911659dba7f43b9b70bde4b9c3be51b0b5b (patch) | |
tree | b357e6745bf195c15b1e5dc0f41bb4fc47426ff5 /src | |
parent | e913990030c536427bfecdb7b3d1e18f1beb90d2 (diff) |
RS600: remove gpio quirk for ddc
Doesn't seem necessary on RS600. I'll try and find out more.
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_atombios.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index b674a415..43f2c18f 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -2049,8 +2049,7 @@ RADEONGetATOMConnectorInfoFromBIOSConnectorTable (ScrnInfoPtr pScrn) (i == ATOM_DEVICE_TV2_INDEX) || (i == ATOM_DEVICE_CV_INDEX)) info->BiosConnector[i].ddc_i2c.valid = FALSE; - else if ((info->ChipFamily == CHIP_FAMILY_RS600) || - (info->ChipFamily == CHIP_FAMILY_RS690) || + else if ((info->ChipFamily == CHIP_FAMILY_RS690) || (info->ChipFamily == CHIP_FAMILY_RS740)) { /* IGP DFP ports use non-standard gpio entries */ if ((i == ATOM_DEVICE_DFP2_INDEX) || (i == ATOM_DEVICE_DFP3_INDEX)) |