summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-23 12:13:41 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-23 12:13:41 -0500
commit132e61741185f4a1114e66a34bdbf21e08e4d5d8 (patch)
tree48a60b8e0d8a94152276f880c648ea83193d62f7
parent918d511f6f26d2fdeb63d6e32cd348707b4a2140 (diff)
radeon: re-enable load detection output attribute for TV/CV
-rw-r--r--src/radeon_output.c2
1 files changed, 1 insertions, 1 deletions
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 */