From 7d22b1799b34010d34c3600d6cb02ffe839a0780 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Wed, 18 Feb 2009 12:55:40 -0500 Subject: DCE3.2+: allow output cloning --- src/radeon_output.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/radeon_output.c') 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; -- cgit v1.2.3