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/
A Dv4l2-dv-timings.c426 #define CVT_MIN_V_BPORCH 7 /* lines */ macro
525 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()
526 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
/linux/drivers/gpu/drm/
A Ddrm_modes.c152 #define CVT_MIN_V_BPORCH 6 in drm_cvt_mode() macro
306 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) in drm_cvt_mode()
307 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()

Completed in 8 milliseconds