Home
last modified time | relevance | path

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

/drivers/media/v4l2-core/
Dv4l2-dv-timings.c330 #define CVT_RB_H_BLANK 160 /* pixels */ macro
411 pix_clk = (image_width + CVT_RB_H_BLANK) * hfreq; in v4l2_detect_cvt()
416 h_fp = CVT_RB_H_BLANK - h_bp - hsync; in v4l2_detect_cvt()
418 frame_width = image_width + CVT_RB_H_BLANK; in v4l2_detect_cvt()
/drivers/gpu/drm/
Ddrm_modes.c298 #define CVT_RB_H_BLANK 160 in drm_cvt_mode() macro
316 drm_mode->htotal = drm_mode->hdisplay + CVT_RB_H_BLANK; in drm_cvt_mode()
318 drm_mode->hsync_end = drm_mode->hdisplay + CVT_RB_H_BLANK / 2; in drm_cvt_mode()