Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H A 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...]
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H A Dmeson_venc.c966 unsigned long de_h_end = 0; in meson_venc_hdmi_mode_set() local
1162 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1167 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1187 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1188 if (de_h_end + front_porch_venc >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1192 hs_begin = de_h_end + front_porch_venc; in meson_venc_hdmi_mode_set()
1409 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set()
1414 writel_relaxed(de_h_end, in meson_venc_hdmi_mode_set()
1448 if ((de_h_end + front_porch_venc) >= total_pixels_venc) { in meson_venc_hdmi_mode_set()
1449 hs_begin = de_h_end in meson_venc_hdmi_mode_set()
[all...]

Completed in 4 milliseconds