Home
last modified time | relevance | path

Searched refs:VBE (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/fb/
H A Duvesafb.rst9 with the VBE 2.0 standard.
43 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant
44 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0
109 vbemode:x Force the use of VBE mode x. The mode will only be set if it's
110 found in the VBE-provided list of supported modes.
119 has any effect only if the Video BIOS is VBE 3.0 compliant. Use it
171 VBE mode numbers in hex.
174 A BCD value indicating the implemented VBE standard.
H A Dvesafb.rst21 support for every VBE 2.0 compliant graphics board).
107 * VBE 3.0 might work too. I have neither a gfx board with VBE 3.0
/linux/drivers/video/fbdev/sis/
H A Dinit.c3541 unsigned short VRE, VBE, VRS, VDE; in SiS_Generic_ConvertCRData() local
3598 VBE = crdata[12] | ((unsigned short)(sr_data & 0x10) << 4); in SiS_Generic_ConvertCRData()
3599 temp = VBE - ((E - 1) & 511); in SiS_Generic_ConvertCRData()