diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-05-03 19:01:28 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-03 19:10:40 -0400 |
commit | 3880bc3c95764acccd62cfa438932458df95daf6 (patch) | |
tree | b91566e97ba30b6c8064c60a5d24fc1ebd914f20 /src | |
parent | 3362381aa3a97c1da564f8a479ed4e7b0d6368b8 (diff) |
Remove some old debugging info
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; } |