diff options
Diffstat (limited to 'src/radeon_output.c')
-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 */ |