summaryrefslogtreecommitdiff
path: root/src/smi501_crtc.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-10-22 19:06:06 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-10-22 19:06:06 -0200
commit1efe36ed5cf5b0931daa915ca3ce231b78168d87 (patch)
tree29080b36b6d9cb93bdcac1a799bbf44ca71e9067 /src/smi501_crtc.c
parentdd083c26de400cee8c67977f46cf90d048b22ff9 (diff)
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.
Diffstat (limited to 'src/smi501_crtc.c')
-rw-r--r--src/smi501_crtc.c5
1 files changed, 0 insertions, 5 deletions
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);