xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Jan 18 11:42:23 PST 2008


 src/radeon_output.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 32be3cf9d6c34e60ff8c3d6cfe9f73f1869c50e4
Author: Brice Goglin <Brice.Goglin at ens-lyon.org>
Date:   Fri Jan 18 14:42:14 2008 -0500

    RADEON: print the name of the output when printing the EDID

diff --git a/src/radeon_output.c b/src/radeon_output.c
index c807bfa..367d0a6 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 );
     }
 }


More information about the xorg-commit mailing list