Lines Matching defs:mode

26  *    01/2003 - Initial driver (0.1.0), no mode switching, no acceleration.
29 * and the initial video mode must be set with vga=XXX at
45 * mode validation checks. (David Dawes)
47 * 02/2003 - Version 0.4.3: Check when the VC is in graphics mode so that
74 * in the kernel, and add mode bpp verification and default
240 static char *mode = NULL;
253 MODULE_PARM_DESC(fixed, "Disable mode switching");
255 MODULE_PARM_DESC(noinit, "Don't initialise graphics mode when loading");
264 module_param(mode, charp, S_IRUGO);
265 MODULE_PARM_DESC(mode,
266 "Initial video mode \"<xres>x<yres>[-<depth>][@<refresh>]\"");
343 * video=intelfb:[mode][,<param>=<val>] ...
365 else if (OPT_EQUAL(this_opt, "mode="))
366 mode = get_opt_string(this_opt, "mode=");
368 mode = this_opt;
762 DBG_MSG("options: mode = \"%s\"\n", mode ? mode : "");
769 * don't allow mode switching
785 printk("). Disabling mode switching.\n");
793 ERR_MSG("Video mode must be programmed at boot time.\n");
802 /* If an initial mode was programmed at boot time, get its details. */
969 DBG_MSG("Initial info: mode is %dx%d-%d (%d)\n",
1032 if (mode) {
1033 printk("intelfb: Looking for mode in private "
1035 msrc = fb_find_mode(var, dinfo->info, mode,
1041 printk("intelfb: No mode in private database, "
1042 "intelfb: looking for mode in global "
1044 msrc = fb_find_mode(var, dinfo->info, mode,
1059 ERR_MSG("Cannot find a suitable video mode.\n");
1063 INF_MSG("Initial video mode is %dx%d-%d@%d.\n", var->xres, var->yres,
1066 DBG_MSG("Initial video mode is from %d.\n", msrc);
1122 /* Update dinfo to match the active video mode. */
1261 ERR_MSG("Changing the video mode is not supported.\n");
1325 ERR_MSG("Changing the video mode is not supported.\n");