Searched refs:CVT_MIN_V_BPORCH (Results 1 – 2 of 2) sorted by relevance
448 #define CVT_MIN_V_BPORCH 7 /* lines */ macro547 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()548 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
632 #define CVT_MIN_V_BPORCH 6 in drm_cvt_mode() macro786 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) in drm_cvt_mode()787 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()