summaryrefslogtreecommitdiff
path: root/src/legacy_output.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2008-04-27 19:02:22 -0400
committerAlex Deucher <alex@botch2.com>2008-04-27 19:02:22 -0400
commit8a9820a3aa49bc667f90ac291a27e4d7b4ae38b3 (patch)
tree26d1bda42ba8e32b92f6e2135dafbdce99439e32 /src/legacy_output.c
parentc5d62fa0e8f52c3264ff9db3ff10cdf5a806bfc0 (diff)
RADEON: decrease crtc/output verbosity
Diffstat (limited to 'src/legacy_output.c')
-rw-r--r--src/legacy_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/legacy_output.c b/src/legacy_output.c
index 0d6e4f1d..a65a41e0 100644
--- a/src/legacy_output.c
+++ b/src/legacy_output.c
@@ -701,7 +701,7 @@ RADEONEnableDisplay(xf86OutputPtr output, BOOL bEnable)
}
if (bEnable) {
- ErrorF("enable montype: %d\n", radeon_output->MonType);
+ /*ErrorF("enable montype: %d\n", radeon_output->MonType);*/
if (radeon_output->MonType == MT_CRT) {
if (radeon_output->DACType == DAC_PRIMARY) {
info->output_crt1 |= (1 << o);
@@ -775,7 +775,7 @@ RADEONEnableDisplay(xf86OutputPtr output, BOOL bEnable)
radeon_output->tv_on = TRUE;
}
} else {
- ErrorF("disable montype: %d\n", radeon_output->MonType);
+ /*ErrorF("disable montype: %d\n", radeon_output->MonType);*/
if (radeon_output->MonType == MT_CRT) {
if (radeon_output->DACType == DAC_PRIMARY) {
info->output_crt1 &= ~(1 << o);