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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86cvt.c238 int VBILines; local in function:xf86CVTMode
245 VBILines = ((float) CVT_RB_MIN_VBLANK) / HPeriod + 1;
248 if (VBILines < (CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH))
249 VBILines = CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH;
252 Mode->VTotal = VDisplayRnd + 2 * VMargin + Interlace + VBILines;

Completed in 2 milliseconds