Searched refs:VBE (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
H A DMakefile.am22 if VBE
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c4084 unsigned short VRE, VBE, VRS, VBS, VDE, VT; local in function:SiS_Generic_ConvertCRData
4178 VBE = crdata[12] | ((unsigned short)(sr_data & 0x10) << 4);
4179 temp = VBE - ((E - 1) & 511);
4203 "V: A %d B %d C %d D %d E %d F %d VT %d VDE %d VRS %d VBS %d VBE %d VRE %d\n",
4204 A, B, C, D, E, F, VT, VDE, VRS, VBS, VBE, VRE);
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac632 AC_ARG_ENABLE(vbe, AS_HELP_STRING([--enable-vbe], [Build Xorg with VBE module (default: enabled)]), [VBE=$enableval], [VBE=yes])
1149 AM_CONDITIONAL(VBE, test "x$VBE" = xyes) condition
H A Dconfigure1947 --enable-vbe Build Xorg with VBE module (default: enabled)
28486 enableval=$enable_vbe; VBE=$enableval
28488 VBE=yes
32391 if test "x$VBE" = xyes; then
[all...]
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_mode.c836 if (usTemp & 0x100) jRegAE |= 0x10; /* VBE D[8] */
1041 ULONG VT, VDE, VBS, VBE, VRS, VRE; local in function:bSetAST1180CRTCReg
1063 VBE= mode->CrtcVBlankEnd;

Completed in 40 milliseconds