xf86-video-ati: Branch 'randr-1.2'

Alex Deucher agd5f at kemper.freedesktop.org
Sat May 26 14:06:23 PDT 2007


 src/radeon_output.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

New commits:
diff-tree 3b619d88a65a5801c85d120f2d39704194433f10 (from 089ae4afd23322bf602d340c531c36a4c8b461ed)
Author: Alex Deucher <alex at t41p.hsd1.va.comcast.net>
Date:   Sat May 26 17:06:18 2007 -0400

    RADEON: clean up and add comment regarding clones

diff --git a/src/radeon_output.c b/src/radeon_output.c
index a5b3790..8ac43b2 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -787,7 +787,9 @@ Bool RADEONSetupConnectors(ScrnInfoPtr p
 	    if (radeon_output->type != OUTPUT_LVDS)
 		output->possible_crtcs |= 2;
 
-	    output->possible_clones = 0 /*1|2*/;
+	    /* we can clone the DACs, and probably TV-out, 
+	       but I'm not sure it's worth the trouble */
+	    output->possible_clones = 0;
 
 	    RADEONInitConnector(output);
 	}
@@ -815,7 +817,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr p
 		}
 		output->driver_private = radeon_output;
 		output->possible_crtcs = 1;
-		output->possible_clones = 0 /*1|2*/;
+		output->possible_clones = 0;
 
 		RADEONInitConnector(output);
 
@@ -840,7 +842,7 @@ Bool RADEONSetupConnectors(ScrnInfoPtr p
 		}
 		output->driver_private = radeon_output;
 		output->possible_crtcs = 1;
-		output->possible_clones = 0 /*1|2*/;
+		output->possible_clones = 0;
 
 		RADEONInitConnector(output);
 	    }


More information about the xorg-commit mailing list