Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/drm2/
HDdrm_modes.c94 #define CVT_MIN_V_BPORCH 6 in drm_cvt_mode() macro
244 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) in drm_cvt_mode()
245 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()