Home
last modified time | relevance | path

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

/drivers/media/v4l2-core/
Dv4l2-common.c594 #define CVT_MIN_V_BPORCH 7 /* lines */ macro
657 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()
658 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
/drivers/gpu/drm/
Ddrm_modes.c98 #define CVT_MIN_V_BPORCH 6 in drm_cvt_mode() macro
248 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) in drm_cvt_mode()
249 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()