Searched refs:vesa (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/Documentation/fb/ |
D | matroxfb.rst | 27 Switching modes is done using the video=matroxfb:vesa:... boot parameter 31 pass to the kernel this command line: "video=matroxfb:vesa:0x1BB". 38 Currently supported video modes are (through vesa:... interface, PowerMac 87 example 1600x1200x32bpp can be specified by `video=matroxfb:vesa:0x11C,depth:32`. 250 vesa:X selects startup videomode. X is number from 0 to 0x1FF, see table 257 If you are not satisfied with videomode selected by `vesa` option, you 261 xres:X horizontal resolution, in pixels. Default is derived from `vesa` 263 yres:X vertical resolution, in pixel lines. Default is derived from `vesa` 266 pixel line of picture. Default is derived from `vesa` option. 268 pulse. Default is derived from `vesa` option. [all …]
|
D | sisfb.rst | 56 described above or the vesa keyword instead of mode). If compiled as a module, 88 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode 89 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please 90 use either "mode" or "vesa" but not both. 108 "mode" or "vesa" keywords as a parameter. See above and below. 145 vesa:X selects startup videomode. X is number from 0 to 0x1FF and
|
D | fbcon.rst | 274 vbetool vbemode save > <vesa state file> # do once for each vesafb mode, 281 vbetool vbestate restore < <vesa state file> && \
|
/Linux-v5.4/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1256 static unsigned int vesa = ~0; /* "matroxfb:vesa:xxxxx" */ variable 2198 static struct { unsigned int vesa; unsigned int info; } *RSptr, vesamap[] __initdata = { member 2262 if (vesa != ~0) in matroxfb_init_params() 2263 vesa &= 0x1DFF; /* mask out clearscreen, acceleration and so on */ in matroxfb_init_params() 2266 for (RSptr = vesamap; RSptr->vesa; RSptr++) { in matroxfb_init_params() 2267 if (RSptr->vesa == vesa) break; in matroxfb_init_params() 2269 if (!RSptr->vesa) { in matroxfb_init_params() 2270 printk(KERN_ERR "Invalid vesa mode 0x%04X\n", vesa); in matroxfb_init_params() 2365 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup() 2516 module_param(vesa, int, 0); [all …]
|
/Linux-v5.4/arch/x86/realmode/rm/ |
D | Makefile | 24 wakeup-objs += video-vesa.o
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | biblio.rst | 323 :author: Video Electronics Standards Association (http://www.vesa.org) 334 :author: Video Electronics Standards Association (http://www.vesa.org) 377 :author: Video Electronics Standards Association (http://www.vesa.org)
|
/Linux-v5.4/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 930 unsigned char tmp, vesa; in nvidiafb_blank() local 933 vesa = NVReadCrtc(par, 0x1a) & ~0xc0; /* sync on/off */ in nvidiafb_blank() 945 vesa |= 0x80; in nvidiafb_blank() 948 vesa |= 0x40; in nvidiafb_blank() 951 vesa |= 0xc0; in nvidiafb_blank() 956 NVWriteCrtc(par, 0x1a, vesa); in nvidiafb_blank()
|
/Linux-v5.4/arch/x86/boot/ |
D | Makefile | 44 setup-y += video-vesa.o
|
/Linux-v5.4/drivers/ps3/ |
D | ps3av.c | 530 static int vesa; in ps3av_set_videomode_cont() local 540 if (vesa == 0 && (id & PS3AV_MODE_MASK) >= PS3AV_MODE_WXGA) { in ps3av_set_videomode_cont() 544 vesa = 1; in ps3av_set_videomode_cont()
|
/Linux-v5.4/drivers/video/fbdev/riva/ |
D | fbdev.c | 1247 unsigned char tmp, vesa; in rivafb_blank() local 1250 vesa = CRTCin(par, 0x1a) & ~0xc0; /* sync on/off */ in rivafb_blank() 1262 vesa |= 0x80; in rivafb_blank() 1265 vesa |= 0x40; in rivafb_blank() 1268 vesa |= 0xc0; in rivafb_blank() 1273 CRTCout(par, 0x1a, vesa); in rivafb_blank()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | sun8i-a83t-tbs-a711.dts | 80 data-mapping = "vesa-24";
|
D | rk3188-bqedison2qc.dts | 89 data-mapping = "vesa-24";
|
/Linux-v5.4/drivers/video/fbdev/sis/ |
D | sis_main.c | 6599 static int vesa = -1; variable 6643 else if(vesa != -1) in sisfb_init_module() 6644 sisfb_search_vesamode(vesa, false); in sisfb_init_module() 6724 module_param(vesa, int, 0); 6771 MODULE_PARM_DESC(vesa,
|