Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/fb/
Dmatroxfb.rst27 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 …]
Dsisfb.rst56 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
Dfbcon.rst272 vbetool vbemode save > <vesa state file> # do once for each vesafb mode,
279 vbetool vbestate restore < <vesa state file> && \
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1256 static unsigned int vesa = ~0; /* "matroxfb:vesa:xxxxx" */ variable
2213 static struct { unsigned int vesa; unsigned int info; } *RSptr, vesamap[] __initdata = { member
2277 if (vesa != ~0) in matroxfb_init_params()
2278 vesa &= 0x1DFF; /* mask out clearscreen, acceleration and so on */ in matroxfb_init_params()
2281 for (RSptr = vesamap; RSptr->vesa; RSptr++) { in matroxfb_init_params()
2282 if (RSptr->vesa == vesa) break; in matroxfb_init_params()
2284 if (!RSptr->vesa) { in matroxfb_init_params()
2285 printk(KERN_ERR "Invalid vesa mode 0x%04X\n", vesa); in matroxfb_init_params()
2380 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2531 module_param(vesa, int, 0);
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dbiblio.rst325 :author: Video Electronics Standards Association (http://www.vesa.org)
336 :author: Video Electronics Standards Association (http://www.vesa.org)
379 :author: Video Electronics Standards Association (http://www.vesa.org)
/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/
Dr8a774c0-ek874-idk-2121wr.dts29 data-mapping = "vesa-24";
Dbeacon-renesom-baseboard.dtsi109 data-mapping = "vesa-24";
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
DMakefile27 wakeup-objs += video-vesa.o
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
Dnvidia.c927 unsigned char tmp, vesa; in nvidiafb_blank() local
930 vesa = NVReadCrtc(par, 0x1a) & ~0xc0; /* sync on/off */ in nvidiafb_blank()
942 vesa |= 0x80; in nvidiafb_blank()
945 vesa |= 0x40; in nvidiafb_blank()
948 vesa |= 0xc0; in nvidiafb_blank()
953 NVWriteCrtc(par, 0x1a, vesa); in nvidiafb_blank()
/kernel/linux/linux-5.10/drivers/ps3/
Dps3av.c530 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
Dfbdev.c1246 unsigned char tmp, vesa; in rivafb_blank() local
1249 vesa = CRTCin(par, 0x1a) & ~0xc0; /* sync on/off */ in rivafb_blank()
1261 vesa |= 0x80; in rivafb_blank()
1264 vesa |= 0x40; in rivafb_blank()
1267 vesa |= 0xc0; in rivafb_blank()
1272 CRTCout(par, 0x1a, vesa); in rivafb_blank()
/kernel/linux/linux-5.10/arch/x86/boot/
DMakefile46 setup-y += video-vesa.o
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsun8i-a83t-tbs-a711.dts80 data-mapping = "vesa-24";
Drk3188-bqedison2qc.dts94 data-mapping = "vesa-24";
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
Dsis_main.c6599 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,
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch32424 - int format; /* vesa or jeida format */
32462 - else if (strncmp(s, "vesa-24", 7) == 0)
32599 + case MEDIA_BUS_FMT_RGB666_1X7X3_SPWG: /* vesa-18 */
32602 + case MEDIA_BUS_FMT_RGB101010_1X7X5_SPWG: /* vesa-30 */
32605 + case MEDIA_BUS_FMT_RGB888_1X7X4_SPWG: /* vesa-24 */
33106 - /* default set it as format vesa 18 */