xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Dec 5 08:20:25 PST 2008


 src/radeon_output.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7593d5399cdb2f42ecbcb5193580385b286a9db9
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Dec 5 11:18:15 2008 -0500

    set coherent mode consistently (enabled for now)
    
    It's set to enabled in the output setup, but then was set to
    disabled when teh output properties were setup.  Set it up
    consistently.

diff --git a/src/radeon_output.c b/src/radeon_output.c
index 41cbd6d..e77abaf 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1187,7 +1187,7 @@ radeon_create_resources(xf86OutputPtr output)
 		       "RRConfigureOutputProperty error, %d\n", err);
 	}
 
-	data = 0; /* coherent mode off by default */
+	data = 1; /* coherent mode on by default */
 
 	err = RRChangeOutputProperty(output->randr_output, coherent_mode_atom,
 				     XA_INTEGER, 32, PropModeReplace, 1, &data,


More information about the xorg-commit mailing list