Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_venc.c855 unsigned int vsync_lines; in meson_venc_hdmi_mode_set() local
887 vsync_lines = mode->vsync_end - mode->vsync_start; in meson_venc_hdmi_mode_set()
889 vsync_lines /= 2; in meson_venc_hdmi_mode_set()
1062 vs_eline_evn = vs_bline_evn + vsync_lines; in meson_venc_hdmi_mode_set()
1085 if ((vs_bline_odd + vsync_lines) >= lines_f1) { in meson_venc_hdmi_mode_set()
1087 + vsync_lines in meson_venc_hdmi_mode_set()
1097 + vsync_lines; in meson_venc_hdmi_mode_set()
1112 vs_eline_odd = vs_bline_odd + vsync_lines; in meson_venc_hdmi_mode_set()
1142 if (vs_bline_evn + vsync_lines >= lines_f0) { in meson_venc_hdmi_mode_set()
1144 + vsync_lines in meson_venc_hdmi_mode_set()
[all …]