Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/
HDdrm_modes.c236 int vbilines; in drm_cvt_mode() local
244 vbilines = CVT_RB_MIN_VBLANK * HV_FACTOR / hperiod + 1; in drm_cvt_mode()
246 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) in drm_cvt_mode()
247 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()
249 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
/freebsd-11-stable/sys/dev/bktr/
HDbktr_core.c2772 unsigned int vbilines; /* VBI lines per field */
2776 vbilines = format_params[bktr->format_params].vbi_num_lines;
2831 for(i = 0; i < vbilines; i++) {
2882 for(i = 0; i < vbilines; i++) {