xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Feb 23 09:14:32 PST 2009


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

New commits:
commit 132e61741185f4a1114e66a34bdbf21e08e4d5d8
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Feb 23 12:13:41 2009 -0500

    radeon: re-enable load detection output attribute for TV/CV

diff --git a/src/radeon_output.c b/src/radeon_output.c
index 352519f..897c6a2 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -1147,7 +1147,7 @@ radeon_create_resources(xf86OutputPtr output)
     }
 #endif
 
-    if (radeon_output->devices & (ATOM_DEVICE_CRT_SUPPORT)) {
+    if (radeon_output->devices & (ATOM_DEVICE_CRT_SUPPORT | ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT)) {
 	load_detection_atom = MAKE_ATOM("load_detection");
 
 	range[0] = 0; /* off */


More information about the xorg-commit mailing list