diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_atombios.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index cf8c3235..7e4a3555 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -1941,7 +1941,6 @@ RADEONGetATOMConnectorInfoFromBIOSObject (ScrnInfoPtr pScrn) for (j = 0; j < ATOM_MAX_SUPPORTED_DEVICE; j++) { if (info->BiosConnector[j].valid && (i != j) ) { if (info->BiosConnector[i].i2c_line_mux == info->BiosConnector[j].i2c_line_mux) { - ErrorF("Shared DDC line: %d %d\n", i, j); info->BiosConnector[i].shared_ddc = TRUE; info->BiosConnector[j].shared_ddc = TRUE; } @@ -2418,12 +2417,6 @@ RADEONGetATOMConnectorInfoFromBIOSConnectorTable (ScrnInfoPtr pScrn) } } - for (i = 0; i < ATOM_MAX_SUPPORTED_DEVICE; i++) { - if (info->encoders[i] != NULL) { - ErrorF("encoder: 0x%x\n", info->encoders[i]->encoder_id); - } - } - return TRUE; } |