Home
last modified time | relevance | path

Searched refs:mode_option (Results 1 – 20 of 20) sorted by relevance

/linux/Documentation/fb/
H A Dgxfb.rst24 Switching modes is done using gxfb.mode_option=<resolution>... boot
41 For example, gxfb.mode_option=800x600@75.
45 mode_option specify the video mode. Of the form
H A Dlxfb.rst24 Switching modes is done using lxfb.mode_option=<resolution>... boot
41 For example, lxfb.mode_option=800x600@75.
45 mode_option specify the video mode. Of the form
H A Dmodedb.rst21 Valid mode specifiers (mode_option argument)::
37 If 'M' is specified in the mode_option argument (after <yres> and before
148 struct fb_info *info, const char *mode_option,
H A Duvesafb.rst56 # modprobe uvesafb mode_option=1024x768-32 mtrr=3 scroll=ywrap (module)
107 'mode_option' option.
H A Dintel810.rst66 ignored if 'mode_option' is specified. See 'o' below).
74 parameter will be ignored if 'mode_option' is specified. See 'o'
/linux/drivers/video/fbdev/
H A Dskeletonfb.c67 static char *mode_option; variable
778 if (!mode_option) in xxxfb_probe()
779 mode_option = "640x480@60"; in xxxfb_probe()
781 retval = fb_find_mode(&info->var, info, mode_option, NULL, 0, NULL, 8); in xxxfb_probe()
H A Docfb.c50 static char *mode_option; variable
80 mode_option = curr_opt; in ocfb_setup()
311 if (!fb_find_mode(&fbdev->info.var, &fbdev->info, mode_option, in ocfb_probe()
427 module_param(mode_option, charp, 0);
428 MODULE_PARM_DESC(mode_option, "Video mode ('<xres>x<yres>[-<bpp>][@refresh]')");
H A Dvfb.c40 static char *mode_option = NULL; variable
41 module_param(mode_option, charp, 0);
42 MODULE_PARM_DESC(mode_option, "Preferred video mode (e.g. 640x480-8@60)");
416 mode_option = this_opt; in vfb_setup()
446 if (!fb_find_mode(&info->var, info, mode_option, in vfb_probe()
H A Dmacmodes.h60 const char *mode_option,
H A Dgxt4500.c161 static char *mode_option; variable
701 if (!fb_find_mode(&var, info, mode_option, NULL, 0, &defaultmode, 8)) { in gxt4500_probe()
783 if (fb_get_options("gxt4500", &mode_option)) in gxt4500_init()
800 module_param(mode_option, charp, 0);
801 MODULE_PARM_DESC(mode_option, "Specify resolution as \"<xres>x<yres>[-<bpp>][@<refresh>]\"");
H A Dpm2fb.c67 static char *mode_option; variable
1684 if (!mode_option) in pm2fb_probe()
1685 mode_option = "640x480@60"; in pm2fb_probe()
1687 err = fb_find_mode(&info->var, info, mode_option, NULL, 0, NULL, 8); in pm2fb_probe()
1795 mode_option = this_opt; in pm2fb_setup()
1836 module_param(mode_option, charp, 0);
1837 MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'");
1838 module_param_named(mode, mode_option, charp, 0);
H A Dsm712fb.c839 static char *mode_option; variable
1762 mode_option = option; in sm712fb_init()
1763 sm7xx_vga_setup(mode_option); in sm712fb_init()
H A Dgbefb.c84 static char *mode_option = NULL; variable
1114 mode_option = this_opt; in gbefb_setup()
1206 if (fb_find_mode(&par->var, info, mode_option, NULL, 0, in gbefb_probe()
H A Dtgafb.c62 static const char *mode_option; variable
1494 mode_option ? mode_option : mode_option_tga,
1588 mode_option = this_opt+5;
H A Damifb.c942 static char *mode_option __initdata = NULL;
2367 mode_option = this_opt; in amifb_setup()
3667 if (!fb_find_mode(&info->var, info, mode_option, ami_modedb, in amifb_probe()
/linux/drivers/video/fbdev/geode/
H A Dlxfb_core.c27 static char *mode_option; variable
515 ret = fb_find_mode(&info->var, info, mode_option, in lxfb_probe()
638 mode_option = opt; in lxfb_setup()
670 module_param(mode_option, charp, 0);
671 MODULE_PARM_DESC(mode_option, "video mode (<x>x<y>[-<bpp>][@<refr>])");
/linux/drivers/ps3/
H A Dps3av.c925 const char *mode_option; in ps3av_probe() local
973 mode_option = video_get_options(NULL); in ps3av_probe()
974 if (mode_option && !strcmp(mode_option, "safe")) in ps3av_probe()
/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c755 void radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option) in radeon_check_modes() argument
879 if (mode_option) { in radeon_check_modes()
880 if (fb_find_mode(&info->var, info, mode_option, in radeon_check_modes()
H A Dradeonfb.h493 extern void radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option);
/linux/drivers/video/fbdev/i810/
H A Di810_main.c137 static char *mode_option = NULL; variable
1952 if (mode_option) in i810fb_find_init_mode()
1953 fb_find_mode(&var, info, mode_option, specs->modedb, in i810fb_find_init_mode()
2008 mode_option = this_opt; in i810fb_setup()
2218 module_param(mode_option, charp, 0);
2219 MODULE_PARM_DESC(mode_option, "Specify initial video mode");