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

/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c631 #define CVT_MIN_V_PORCH 3
722 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 +
728 if (tmp1 < (vsync + CVT_MIN_V_PORCH))
729 vsyncandback_porch = vsync + CVT_MIN_V_PORCH;
735 vsyncandback_porch + CVT_MIN_V_PORCH;
765 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH;
630 #define CVT_MIN_V_PORCH macro

Completed in 133 milliseconds