Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/
HDdrm_modes.c94 #define CVT_MIN_V_PORCH 3 in drm_cvt_mode() macro
181 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode()
187 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) in drm_cvt_mode()
188 vsyncandback_porch = vsync + CVT_MIN_V_PORCH; in drm_cvt_mode()
194 vsyncandback_porch + CVT_MIN_V_PORCH; in drm_cvt_mode()
224 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH; in drm_cvt_mode()