Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/fb/
Duvesafb.txt9 with the VBE 2.0 standard.
42 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant
43 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0
112 Force the use of VBE mode x. The mode will only be set if it's
113 found in the VBE-provided list of supported modes.
122 has any effect only if the Video BIOS is VBE 3.0 compliant. Use it
172 VBE mode numbers in hex.
175 A BCD value indicating the implemented VBE standard.
Dvesafb.txt21 support for every VBE 2.0 compliant graphics board).
102 * VBE 3.0 might work too. I have neither a gfx board with VBE 3.0
/linux-3.4.99/drivers/staging/xgifb/
DXGI_main_26.c196 unsigned short VRE, VBE, VRS, VBS, VDE, VT; in XGIfb_mode_rate_to_ddata() local
311 VBE = (cr_data & 0xff) | ((unsigned short) (sr_data & 0x10) << 4); in XGIfb_mode_rate_to_ddata()
312 temp = VBE - ((E - 1) & 511); in XGIfb_mode_rate_to_ddata()
/linux-3.4.99/drivers/video/
Datafb.c171 #define VBE hw.falcon.vbe macro
1308 par->VBE = (upper_margin * 2 + 1); /* must begin on odd halfline */ in falcon_decode_var()
1309 par->VDB = par->VBE; in falcon_decode_var()
DKconfig745 This is the frame buffer driver for generic VBE 2.0 compliant
746 graphic cards. It can also take advantage of VBE 3.0 features,
/linux-3.4.99/drivers/video/sis/
Dinit.c3542 unsigned short VRE, VBE, VRS, VBS, VDE, VT; in SiS_Generic_ConvertCRData() local
3621 VBE = crdata[12] | ((unsigned short)(sr_data & 0x10) << 4); in SiS_Generic_ConvertCRData()
3622 temp = VBE - ((E - 1) & 511); in SiS_Generic_ConvertCRData()