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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c238 #define CVT_RB_VFPORCH 3 macro
249 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH))
250 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH;
259 drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH;

Completed in 12 milliseconds