diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-18 12:55:40 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-18 12:55:40 -0500 |
commit | 7d22b1799b34010d34c3600d6cb02ffe839a0780 (patch) | |
tree | 9f1b053c789c2bb7ba3258b47668a952bf288129 /src/radeon_output.c | |
parent | 1a237a40958c006c56b80850bd77b2ac6c17e030 (diff) |
DCE3.2+: allow output cloning
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r-- | src/radeon_output.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 2128dab2..113bf67f 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -2469,14 +2469,10 @@ static int radeon_output_clones (ScrnInfoPtr pScrn, xf86OutputPtr output) { RADEONOutputPrivatePtr radeon_output = output->driver_private; - RADEONInfoPtr info = RADEONPTR(pScrn); xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR (pScrn); int o; int index_mask = 0; - if (IS_DCE3_VARIANT) - return index_mask; - /* LVDS is too wacky */ if (radeon_output->devices & (ATOM_DEVICE_LCD_SUPPORT)) return index_mask; |