Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86cvt.c234 #define CVT_RB_H_BLANK 160.0 in xf86CVTMode() macro
256 Mode->HTotal = Mode->HDisplay + CVT_RB_H_BLANK; in xf86CVTMode()
259 Mode->HSyncEnd = Mode->HDisplay + CVT_RB_H_BLANK / 2; in xf86CVTMode()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cvt.c238 #define CVT_RB_H_BLANK 160.0 in xwayland_cvt() macro
260 modeinfo.hTotal = modeinfo.width + CVT_RB_H_BLANK; in xwayland_cvt()
263 modeinfo.hSyncEnd = modeinfo.width + CVT_RB_H_BLANK / 2; in xwayland_cvt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c293 #define CVT_RB_H_BLANK 160 in drm_cvt_mode() macro
311 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK; in drm_cvt_mode()
313 drm_mode->hsync_end = drm_mode->hdisplay + CVT_RB_H_BLANK / 2; in drm_cvt_mode()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c467 #define CVT_RB_H_BLANK 160 /* pixels */ macro
594 h_blank = rb_v2 ? CVT_RB_V2_H_BLANK : CVT_RB_H_BLANK; in v4l2_detect_cvt()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c2474 #define CVT_RB_H_BLANK 160 in drm_cvt_mode() macro
2492 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK; in drm_cvt_mode()
2494 drm_mode->hsync_end = drm_mode->hdisplay + CVT_RB_H_BLANK / 2; in drm_cvt_mode()