Searched refs:vesa (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/Documentation/fb/ |
D | matroxfb.txt | 25 Switching modes is done using the video=matroxfb:vesa:... boot parameter 29 pass to the kernel this command line: "video=matroxfb:vesa:0x1BB". 36 Currently supported video modes are (through vesa:... interface, PowerMac 76 example 1600x1200x32bpp can be specified by `video=matroxfb:vesa:0x11C,depth:32'. 231 vesa:X - selects startup videomode. X is number from 0 to 0x1FF, see table 237 If you are not satisfied with videomode selected by `vesa' option, you 240 xres:X - horizontal resolution, in pixels. Default is derived from `vesa' 242 yres:X - vertical resolution, in pixel lines. Default is derived from `vesa' 245 pixel line of picture. Default is derived from `vesa' option. 247 pulse. Default is derived from `vesa' option. [all …]
|
D | sisfb.txt | 56 described above or the vesa keyword instead of mode). If compiled as a module, 87 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode 88 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please 89 use either "mode" or "vesa" but not both. 107 "mode" or "vesa" keywords as a parameter. See above and below. 143 vesa:X - selects startup videomode. X is number from 0 to 0x1FF and
|
D | fbcon.txt | 248 vbetool vbemode save > <vesa state file> # do once for each vesafb mode, 255 vbetool vbestate restore < <vesa state file> && \
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1264 static unsigned int vesa = ~0; /* "matroxfb:vesa:xxxxx" */ variable 2208 static struct { unsigned int vesa; unsigned int info; } *RSptr, vesamap[] __initdata = { member 2272 if (vesa != ~0) in matroxfb_init_params() 2273 vesa &= 0x1DFF; /* mask out clearscreen, acceleration and so on */ in matroxfb_init_params() 2276 for (RSptr = vesamap; RSptr->vesa; RSptr++) { in matroxfb_init_params() 2277 if (RSptr->vesa == vesa) break; in matroxfb_init_params() 2279 if (!RSptr->vesa) { in matroxfb_init_params() 2280 printk(KERN_ERR "Invalid vesa mode 0x%04X\n", vesa); in matroxfb_init_params() 2375 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2530 module_param(vesa, int, 0); [all …]
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | Makefile | 20 wakeup-objs += video-vesa.o
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 935 unsigned char tmp, vesa; in nvidiafb_blank() local 938 vesa = NVReadCrtc(par, 0x1a) & ~0xc0; /* sync on/off */ in nvidiafb_blank() 950 vesa |= 0x80; in nvidiafb_blank() 953 vesa |= 0x40; in nvidiafb_blank() 956 vesa |= 0xc0; in nvidiafb_blank() 961 NVWriteCrtc(par, 0x1a, vesa); in nvidiafb_blank()
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | XGI_main_26.c | 29 static int vesa = -1; variable 1620 vesa = xgifb_optval(this_opt, 5); in XGIfb_setup() 1893 else if (vesa != -1) in xgifb_probe() 1894 XGIfb_search_vesamode(xgifb_info, vesa); in xgifb_probe() 2096 module_param(vesa, int, 0); 2097 MODULE_PARM_DESC(vesa,
|
/linux-4.1.27/drivers/video/fbdev/riva/ |
D | fbdev.c | 1252 unsigned char tmp, vesa; in rivafb_blank() local 1255 vesa = CRTCin(par, 0x1a) & ~0xc0; /* sync on/off */ in rivafb_blank() 1267 vesa |= 0x80; in rivafb_blank() 1270 vesa |= 0x40; in rivafb_blank() 1273 vesa |= 0xc0; in rivafb_blank() 1278 CRTCout(par, 0x1a, vesa); in rivafb_blank()
|
/linux-4.1.27/drivers/ps3/ |
D | ps3av.c | 543 static int vesa; in ps3av_set_videomode_cont() local 553 if (vesa == 0 && (id & PS3AV_MODE_MASK) >= PS3AV_MODE_WXGA) { in ps3av_set_videomode_cont() 557 vesa = 1; in ps3av_set_videomode_cont()
|
/linux-4.1.27/arch/x86/boot/ |
D | Makefile | 36 setup-y += video-vesa.o
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_main.c | 6573 static int vesa = -1; variable 6617 else if(vesa != -1) in sisfb_init_module() 6618 sisfb_search_vesamode(vesa, false); in sisfb_init_module() 6698 module_param(vesa, int, 0); 6745 MODULE_PARM_DESC(vesa,
|