Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/meson/
Dmeson_venc.c980 unsigned int vsync_lines; in meson_venc_hdmi_mode_set() local
1014 vsync_lines = mode->vsync_end - mode->vsync_start; in meson_venc_hdmi_mode_set()
1016 vsync_lines /= 2; in meson_venc_hdmi_mode_set()
1207 vs_eline_evn = vs_bline_evn + vsync_lines; in meson_venc_hdmi_mode_set()
1230 if ((vs_bline_odd + vsync_lines) >= lines_f1) { in meson_venc_hdmi_mode_set()
1232 + vsync_lines in meson_venc_hdmi_mode_set()
1242 + vsync_lines; in meson_venc_hdmi_mode_set()
1257 vs_eline_odd = vs_bline_odd + vsync_lines; in meson_venc_hdmi_mode_set()
1287 if (vs_bline_evn + vsync_lines >= lines_f0) { in meson_venc_hdmi_mode_set()
1289 + vsync_lines in meson_venc_hdmi_mode_set()
[all …]