Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c448 #define CVT_MIN_V_BPORCH 7 /* lines */ macro
550 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()
551 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c635 #define CVT_MIN_V_BPORCH 6 in drm_cvt_mode() macro
789 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) in drm_cvt_mode()
790 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()