summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-08-17 15:50:21 +1000
committerDave Airlie <airlied@redhat.com>2009-08-17 15:50:21 +1000
commit8fd6f69c84103b277de70181988e843da23c85b0 (patch)
tree063d8aaf106d3f0682d470361706ac99b1806903
parentd25185f33d06a8162469e18688e95ee19a5d94d8 (diff)
radeon: move detected monitor type debugging.
We should print this after DAC detection to be useful for TV
-rw-r--r--src/radeon_output.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index f5548246..30f6f3b0 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -281,9 +281,6 @@ radeon_ddc_connected(xf86OutputPtr output)
} else
MonType = MT_NONE;
- xf86DrvMsg(pScrn->scrnIndex, X_INFO,
- "Output: %s, Detected Monitor Type: %d\n", output->name, MonType);
-
return MonType;
}
@@ -1013,6 +1010,8 @@ radeon_detect(xf86OutputPtr output)
}
+ xf86DrvMsg(pScrn->scrnIndex, X_INFO,
+ "Output: %s, Detected Monitor Type: %d\n", output->name, radeon_output->MonType);
if (output->MonInfo) {
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "EDID data from the display on output: %s ----------------------\n",
output->name);