diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-23 12:13:41 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-23 12:13:41 -0500 |
commit | 132e61741185f4a1114e66a34bdbf21e08e4d5d8 (patch) | |
tree | 48a60b8e0d8a94152276f880c648ea83193d62f7 /src | |
parent | 918d511f6f26d2fdeb63d6e32cd348707b4a2140 (diff) |
radeon: re-enable load detection output attribute for TV/CV
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_output.c | 2 |
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 */ |