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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c239 int vbilines; local
247 vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1;
249 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH))
250 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH;
252 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines;

Completed in 12 milliseconds