From 1efe36ed5cf5b0931daa915ca3ce231b78168d87 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 22 Oct 2008 19:06:06 -0200 Subject: Make UseFBDev option functional again. It is mean't to be a fallback option, that as long as kernel boots in framebuffer mode, the X Server should also work. Correct incorrect value being checked when printing state of Dualhead option. The M value when programming PLL3 is actually an 8 bits integer, so correct it and comments about it. --- src/smi501_crtc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/smi501_crtc.c') diff --git a/src/smi501_crtc.c b/src/smi501_crtc.c index f7e1551..07a96ed 100644 --- a/src/smi501_crtc.c +++ b/src/smi501_crtc.c @@ -152,11 +152,6 @@ SMI501_CrtcModeSet_lcd(xf86CrtcPtr crtc, ENTER(); - if (pSmi->UseFBDev) { - LEAVE(); - return; - } - /* Initialize the display controller */ SMI501_CrtcVideoInit_lcd(crtc); -- cgit v1.2.3