| /linux/Documentation/fb/ |
| H A D | gxfb.rst | 24 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 D | lxfb.rst | 24 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 D | modedb.rst | 21 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 D | uvesafb.rst | 56 # modprobe uvesafb mode_option=1024x768-32 mtrr=3 scroll=ywrap (module) 107 'mode_option' option.
|
| H A D | intel810.rst | 66 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 D | skeletonfb.c | 67 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 D | ocfb.c | 50 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 D | vfb.c | 40 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 D | macmodes.h | 60 const char *mode_option,
|
| H A D | gxt4500.c | 161 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 D | pm2fb.c | 67 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 D | sm712fb.c | 839 static char *mode_option; variable 1762 mode_option = option; in sm712fb_init() 1763 sm7xx_vga_setup(mode_option); in sm712fb_init()
|
| H A D | gbefb.c | 84 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 D | tgafb.c | 62 static const char *mode_option; variable 1494 mode_option ? mode_option : mode_option_tga, 1588 mode_option = this_opt+5;
|
| H A D | amifb.c | 942 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 D | lxfb_core.c | 27 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 D | ps3av.c | 925 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 D | radeon_monitor.c | 755 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 D | radeonfb.h | 493 extern void radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option);
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_main.c | 137 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");
|