summaryrefslogtreecommitdiff
path: root/src/radeon_modes.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-11-18 20:18:50 -0500
committerAlex Deucher <alex@botch2.(none)>2007-11-18 20:18:50 -0500
commit2e37937bacd624d616b91c41006c113791ebe98d (patch)
tree287f91ac6461195c0c4adf6cfc72c8211336e463 /src/radeon_modes.c
parent679e7a2e0d1b213524b8109193483bc9840fb116 (diff)
RADEON: step one in output rework
re-organize the output type
Diffstat (limited to 'src/radeon_modes.c')
-rw-r--r--src/radeon_modes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_modes.c b/src/radeon_modes.c
index 3c4badd1..21fb659c 100644
--- a/src/radeon_modes.c
+++ b/src/radeon_modes.c
@@ -214,7 +214,7 @@ RADEONProbeOutputModes(xf86OutputPtr output)
ErrorF("in RADEONProbeOutputModes\n");
if (output->status == XF86OutputStatusConnected) {
- if (radeon_output->type == OUTPUT_STV || radeon_output->type == OUTPUT_CTV) {
+ if (OUTPUT_IS_TV) {
modes = RADEONTVModes(output);
} else {
if (output->MonInfo)