Lines Matching defs:mode
102 MODULE_PARM_DESC(nopciburst, "Disable PCI burst mode.");
104 MODULE_PARM_DESC(mode_option, "Preferred video mode ('640x480-8@60', etc)");
153 biosMode *mode;
158 mode = bios8;
162 mode = bios16;
166 mode = bios24;
171 mode = bios32;
179 if (xres <= mode[i].x_res) {
180 xres_s = mode[i].x_res;
182 if (mode[i].x_res != xres_s)
183 return mode[i - 1].mode;
184 if (yres <= mode[i].y_res)
185 return mode[i].mode;
189 return mode[size - 1].mode;
322 * vgaHWHBlankKGA(mode, regp, 0, KGA_FIX_OVERSCAN | KGA_ENABLE_ON_ZERO);
323 * vgaHWVBlankKGA(mode, regp, 0, KGA_FIX_OVERSCAN | KGA_ENABLE_ON_ZERO);
591 /* Is the mode larger than the LCD panel? */
602 /* Is the mode one of the acceptable sizes? */
811 /* If we are using a fixed mode, then tell the chip we are. */
829 case 0x01: /* External CRT only mode: */
831 /* We need to program the VCLK for external display only mode. */
834 case 0x02: /* Internal LCD only mode: */
835 case 0x03: /* Simultaneous internal/external (LCD/CRT) mode: */
961 * The color mode needs to be set before calling vgaHWRestore
1252 * e.g. a video mode which doesn't support it. Implements VESA suspend
1260 * wms...Enable VESA DPMS compatible powerdown mode
1445 * transfers in 24 bit mode if the image being transferred
2065 printk(KERN_ERR "neofb: Unable to find usable video mode.\n");