Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_venc.c962 unsigned long de_h_end = 0; in meson_venc_hdmi_mode_set() local
1158 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1163 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1183 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1184 if (de_h_end + front_porch_venc >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1188 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1405 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1410 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1444 if ((de_h_end + front_porch_venc) >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1445 hs_begin = de_h_end in meson_venc_hdmi_mode_set()
[all …]