summaryrefslogtreecommitdiff
path: root/src/radeon_output.c
diff options
context:
space:
mode:
authorBrice Goglin <Brice.Goglin@ens-lyon.org>2008-01-18 14:42:14 -0500
committerAlex Deucher <alex@samba.(none)>2008-01-18 14:42:14 -0500
commit32be3cf9d6c34e60ff8c3d6cfe9f73f1869c50e4 (patch)
treec13146b0ff6f7ce2f628504f628846deca5e6f5f /src/radeon_output.c
parent4ba9430ee97dbce8f77db8de6ce9b753a75e453d (diff)
RADEON: print the name of the output when printing the EDID
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r--src/radeon_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index c807bfa3..367d0a63 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -383,8 +383,8 @@ void RADEONConnectorFindMonitor(ScrnInfoPtr pScrn, xf86OutputPtr output)
RADEONUpdatePanelSize(output);
if (output->MonInfo) {
- xf86DrvMsg(pScrn->scrnIndex, X_INFO, "EDID data from the display on connector: %s ----------------------\n",
- ConnectorTypeName[radeon_output->ConnectorType]);
+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "EDID data from the display on output: %s ----------------------\n",
+ output->name);
xf86PrintEDID( output->MonInfo );
}
}