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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86cvt.c236 #define CVT_RB_VFPORCH 3 macro
248 if (VBILines < (CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH))
249 VBILines = CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH;
262 Mode->VSyncStart = Mode->VDisplay + CVT_RB_VFPORCH;
/xsrc/external/mit/libxcvt/dist/lib/
H A Dlibxcvt.c239 #define CVT_RB_VFPORCH 3 macro
251 if (vblank_interval_lines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH))
252 vblank_interval_lines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH;
265 mode_info->vsync_start = mode_info->vdisplay + CVT_RB_VFPORCH;

Completed in 8 milliseconds