diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-31 15:33:11 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-31 15:33:11 -0400 |
commit | f44b486848094b75479abef61c1aa075aede835c (patch) | |
tree | 708ae1bbbaf5e089d773859350b9cd4bf3ceb77b /src/radeon_bios.c | |
parent | e6f3c48899a92174a55f6fe7327412bc88039d87 (diff) |
COMBIS: Clarify case 0 for LCD DDC table
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 432e3237..9b5cb88a 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -740,6 +740,9 @@ static Bool RADEONGetLegacyConnectorInfoFromBIOS (ScrnInfoPtr pScrn) if (tmp1) { DDCType = tmp1; switch (DDCType) { + case DDC_NONE_DETECTED: + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "No DDC for LCD\n"); + break; case DDC_MONID: info->BiosConnector[4].ddc_i2c = legacy_setup_i2c_bus(RADEON_GPIO_MONID); break; |