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
241 static char *mode = NULL;
254 MODULE_PARM_DESC(fixed, "Disable mode switching");
256 MODULE_PARM_DESC(noinit, "Don't initialise graphics mode when loading");
265 module_param(mode, charp, S_IRUGO);
266 MODULE_PARM_DESC(mode,
267 "Initial video mode \"<xres>x<yres>[-<depth>][@<refresh>]\"");
344 * video=intelfb:[mode][,<param>=<val>] ...
366 else if (OPT_EQUAL(this_opt, "mode="))
367 mode = get_opt_string(this_opt, "mode=");
369 mode = this_opt;
770 DBG_MSG("options: mode = \"%s\"\n", mode ? mode : "");
777 * don't allow mode switching
793 printk("). Disabling mode switching.\n");
801 ERR_MSG("Video mode must be programmed at boot time.\n");
810 /* If an initial mode was programmed at boot time, get its details. */
977 DBG_MSG("Initial info: mode is %dx%d-%d (%d)\n",
1040 if (mode) {
1041 printk("intelfb: Looking for mode in private "
1043 msrc = fb_find_mode(var, dinfo->info, mode,
1049 printk("intelfb: No mode in private database, "
1050 "intelfb: looking for mode in global "
1052 msrc = fb_find_mode(var, dinfo->info, mode,
1067 ERR_MSG("Cannot find a suitable video mode.\n");
1071 INF_MSG("Initial video mode is %dx%d-%d@%d.\n", var->xres, var->yres,
1074 DBG_MSG("Initial video mode is from %d.\n", msrc);
1129 /* Update dinfo to match the active video mode. */
1268 ERR_MSG("Changing the video mode is not supported.\n");
1332 ERR_MSG("Changing the video mode is not supported.\n");