From d49d48257917a4a900c84dae111d3f5e761a8d89 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Sat, 2 Jul 2011 14:47:38 +0800 Subject: [PATCH] glamor: Fix multiple crtc setup. Now, support dual crtc configuration. Signed-off-by: Zhigang Gong --- hw/xfree86/glamor/glamor_crtc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/glamor/glamor_crtc.c b/hw/xfree86/glamor/glamor_crtc.c index 1f0396dbf..cf4940291 100644 --- a/hw/xfree86/glamor/glamor_crtc.c +++ b/hw/xfree86/glamor/glamor_crtc.c @@ -1352,10 +1352,8 @@ drmmode_xf86crtc_resize (ScrnInfoPtr scrn, int width, int height) if (!crtc->enabled) continue; -#if 0 drmmode_set_mode_major(crtc, &crtc->mode, crtc->rotation, crtc->x, crtc->y); -#endif } return TRUE;