Home
last modified time | relevance | path

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

/drivers/firmware/
DKconfig234 bool "Mark VGA/VBE/EFI FB as generic system framebuffer"
243 This option, if enabled, marks VGA/VBE/EFI framebuffers as generic
/drivers/video/fbdev/
Datafb.c147 #define VBE hw.falcon.vbe macro
1265 par->VBE = (upper_margin * 2 + 1); /* must begin on odd halfline */ in falcon_decode_var()
1266 par->VDB = par->VBE; in falcon_decode_var()
DKconfig610 This is the frame buffer driver for generic VBE 2.0 compliant
611 graphic cards. It can also take advantage of VBE 3.0 features,
/drivers/video/fbdev/sis/
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()