diff options
author | Dave Airlie <airlied@redhat.com> | 2009-08-17 15:50:21 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-17 15:50:21 +1000 |
commit | 8fd6f69c84103b277de70181988e843da23c85b0 (patch) | |
tree | 063d8aaf106d3f0682d470361706ac99b1806903 | |
parent | d25185f33d06a8162469e18688e95ee19a5d94d8 (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.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index f554824..30f6f3b 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); |