xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Apr 10 06:38:37 PDT 2009


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

New commits:
commit 367ba7af76e7f63f3186a6e8d9bbe21aa31fc6d1
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Apr 10 09:37:15 2009 -0400

    radeon: fix tmds_pll randr property

diff --git a/src/radeon_output.c b/src/radeon_output.c
index 712ac5f..ddb0fb1 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1174,7 +1174,7 @@ radeon_create_resources(xf86OutputPtr output)
 	}
     }
 
-    if ((!IS_AVIVO_VARIANT) && (radeon_output->devices & (ATOM_DEVICE_DFP2_SUPPORT))) {
+    if ((!IS_AVIVO_VARIANT) && (radeon_output->devices & (ATOM_DEVICE_DFP1_SUPPORT))) {
 	tmds_pll_atom = MAKE_ATOM("tmds_pll");
 
 	err = RRConfigureOutputProperty(output->randr_output, tmds_pll_atom,


More information about the xorg-commit mailing list