Searched refs:CVT_MIN_V_PORCH (Results 1 – 1 of 1) sorted by relevance
150 #define CVT_MIN_V_PORCH 3 in drm_cvt_mode() macro241 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode()247 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) in drm_cvt_mode()248 vsyncandback_porch = vsync + CVT_MIN_V_PORCH; in drm_cvt_mode()254 vsyncandback_porch + CVT_MIN_V_PORCH; in drm_cvt_mode()284 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH; in drm_cvt_mode()
Completed in 9 milliseconds