Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_venc.c839 unsigned long de_h_end = 0; in meson_venc_hdmi_mode_set() local
1015 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1020 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1040 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1041 if (de_h_end + front_porch_venc >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1045 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1261 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1266 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1300 if ((de_h_end + front_porch_venc) >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1301 hs_begin = de_h_end in meson_venc_hdmi_mode_set()
[all …]