Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86cvt.c78 #define CVT_MIN_V_BPORCH 6 in xf86CVTMode() macro
249 if (VBILines < (CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH)) in xf86CVTMode()
250 VBILines = CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH; in xf86CVTMode()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cvt.c78 #define CVT_MIN_V_BPORCH 6 in xwayland_cvt() macro
253 if (VBILines < (CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH)) in xwayland_cvt()
254 VBILines = CVT_RB_VFPORCH + VSync + CVT_MIN_V_BPORCH; in xwayland_cvt()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c448 #define CVT_MIN_V_BPORCH 7 /* lines */ macro
547 if (v_bp < CVT_MIN_V_BPORCH) in v4l2_detect_cvt()
548 v_bp = CVT_MIN_V_BPORCH; in v4l2_detect_cvt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H 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()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c2336 #define CVT_MIN_V_BPORCH 6 in drm_cvt_mode() macro
2487 if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH)) in drm_cvt_mode()
2488 vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH; in drm_cvt_mode()