Searched refs:VBE (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/Documentation/fb/ |
D | uvesafb.txt | 9 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 106 Force the use of VBE mode x. The mode will only be set if it's 107 found in the VBE-provided list of supported modes. 116 has any effect only if the Video BIOS is VBE 3.0 compliant. Use it 166 VBE mode numbers in hex. 169 A BCD value indicating the implemented VBE standard.
|
D | vesafb.txt | 21 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-4.1.27/drivers/staging/xgifb/ |
D | XGI_main_26.c | 95 unsigned short VRE, VBE, VRS, VDE; in XGIfb_mode_rate_to_ddata() local 159 VBE = (cr_data & 0xff) | ((unsigned short) (sr_data & 0x10) << 4); in XGIfb_mode_rate_to_ddata() 160 temp = VBE - ((VDE - 1) & 511); in XGIfb_mode_rate_to_ddata()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb.c | 171 #define VBE hw.falcon.vbe macro 1309 par->VBE = (upper_margin * 2 + 1); /* must begin on odd halfline */ in falcon_decode_var() 1310 par->VDB = par->VBE; in falcon_decode_var()
|
D | Kconfig | 735 This is the frame buffer driver for generic VBE 2.0 compliant 736 graphic cards. It can also take advantage of VBE 3.0 features,
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | init.c | 3543 unsigned short VRE, VBE, VRS, VBS, VDE, VT; in SiS_Generic_ConvertCRData() local 3622 VBE = crdata[12] | ((unsigned short)(sr_data & 0x10) << 4); in SiS_Generic_ConvertCRData() 3623 temp = VBE - ((E - 1) & 511); in SiS_Generic_ConvertCRData()
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2481 bool "Mark VGA/VBE/EFI FB as generic system framebuffer" 2488 This option, if enabled, marks VGA/VBE/EFI framebuffers as generic
|