From 132e61741185f4a1114e66a34bdbf21e08e4d5d8 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 23 Feb 2009 12:13:41 -0500 Subject: radeon: re-enable load detection output attribute for TV/CV --- src/radeon_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/radeon_output.c b/src/radeon_output.c index 352519f3..897c6a21 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 */ -- cgit v1.2.3