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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c96 #define CVT_MIN_V_PORCH 3 macro
184 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 +
190 if (tmp1 < (vsync + CVT_MIN_V_PORCH))
191 vsyncandback_porch = vsync + CVT_MIN_V_PORCH;
197 vsyncandback_porch + CVT_MIN_V_PORCH;
227 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH;

Completed in 582 milliseconds