Home
last modified time | relevance | path

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

/drivers/gpu/drm/meson/
Dmeson_venc.c964 unsigned long de_h_end = 0; in meson_venc_hdmi_mode_set() local
1160 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1165 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1185 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1186 if (de_h_end + front_porch_venc >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1190 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1407 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1412 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1446 if ((de_h_end + front_porch_venc) >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1447 hs_begin = de_h_end in meson_venc_hdmi_mode_set()
[all …]