Home
last modified time | relevance | path

Searched refs:vesa (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/Documentation/fb/
Dmatroxfb.txt25 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 …]
Dsisfb.txt56 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
Dfbcon.txt263 vbetool vbemode save > <vesa state file> # do once for each vesafb mode,
270 vbetool vbestate restore < <vesa state file> && \
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Dpanel-lvds.txt28 or "vesa-24".
72 - "vesa-24" - 24-bit data mapping compatible with the [VESA] specification.
/Linux-v4.19/Documentation/media/uapi/v4l/
Dbiblio.rst317 :author: Video Electronics Standards Association (http://www.vesa.org)
328 :author: Video Electronics Standards Association (http://www.vesa.org)
371 :author: Video Electronics Standards Association (http://www.vesa.org)
/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1255 static unsigned int vesa = ~0; /* "matroxfb:vesa:xxxxx" */ variable
2196 static struct { unsigned int vesa; unsigned int info; } *RSptr, vesamap[] __initdata = { member
2260 if (vesa != ~0) in matroxfb_init_params()
2261 vesa &= 0x1DFF; /* mask out clearscreen, acceleration and so on */ in matroxfb_init_params()
2264 for (RSptr = vesamap; RSptr->vesa; RSptr++) { in matroxfb_init_params()
2265 if (RSptr->vesa == vesa) break; in matroxfb_init_params()
2267 if (!RSptr->vesa) { in matroxfb_init_params()
2268 printk(KERN_ERR "Invalid vesa mode 0x%04X\n", vesa); in matroxfb_init_params()
2363 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2514 module_param(vesa, int, 0);
[all …]
/Linux-v4.19/arch/x86/realmode/rm/
DMakefile24 wakeup-objs += video-vesa.o
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnvidia.c930 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-v4.19/Documentation/devicetree/bindings/display/rockchip/
Drockchip-lvds.txt42 - data-mapping: should be "vesa-24","jeida-24" or "jeida-18".
/Linux-v4.19/drivers/staging/xgifb/
DXGI_main_26.c27 static int vesa = -1; variable
1590 vesa = xgifb_optval(this_opt, 5); in XGIfb_setup()
1872 else if (vesa != -1) in xgifb_probe()
1873 XGIfb_search_vesamode(xgifb_info, vesa); in xgifb_probe()
2052 module_param(vesa, int, 0000);
2053 MODULE_PARM_DESC(vesa,
/Linux-v4.19/arch/x86/boot/
DMakefile44 setup-y += video-vesa.o
/Linux-v4.19/drivers/ps3/
Dps3av.c542 static int vesa; in ps3av_set_videomode_cont() local
552 if (vesa == 0 && (id & PS3AV_MODE_MASK) >= PS3AV_MODE_WXGA) { in ps3av_set_videomode_cont()
556 vesa = 1; in ps3av_set_videomode_cont()
/Linux-v4.19/drivers/video/fbdev/riva/
Dfbdev.c1247 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-v4.19/arch/arm/boot/dts/
Dsun8i-a83t-tbs-a711.dts79 data-mapping = "vesa-24";
/Linux-v4.19/drivers/video/fbdev/sis/
Dsis_main.c6613 static int vesa = -1; variable
6657 else if(vesa != -1) in sisfb_init_module()
6658 sisfb_search_vesamode(vesa, false); in sisfb_init_module()
6738 module_param(vesa, int, 0);
6785 MODULE_PARM_DESC(vesa,