Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c22 if (mode->flags & DISPLAY_FLAGS_INTERLACED) in lcdc_get_clk_delay()
162 ((mode->flags & DISPLAY_FLAGS_INTERLACED) ? in lcdc_tcon1_mode_set()
167 if (mode->flags & DISPLAY_FLAGS_INTERLACED) in lcdc_tcon1_mode_set()
183 if (!(mode->flags & DISPLAY_FLAGS_INTERLACED)) in lcdc_tcon1_mode_set()
H A Dsunxi_de2.c119 writel(mode->flags & DISPLAY_FLAGS_INTERLACED ? 2 : 0, in sunxi_de2_mode_set()
H A Dsunxi_display.c641 timing->flags |= DISPLAY_FLAGS_INTERLACED; in sunxi_ctfb_mode_to_display_timing()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu.c56 timing.flags = DISPLAY_FLAGS_INTERLACED; in meson_vpu_setup_mode()
77 meson_vpu_setup_plane(dev, timing.flags & DISPLAY_FLAGS_INTERLACED); in meson_vpu_setup_mode()
H A Dmeson_venc.c803 if (mode->flags & DISPLAY_FLAGS_INTERLACED) in meson_venc_hdmi_mode_set()
807 if (mode->flags & DISPLAY_FLAGS_INTERLACED) in meson_venc_hdmi_mode_set()
811 if (mode->flags & DISPLAY_FLAGS_INTERLACED) in meson_venc_hdmi_mode_set()
1199 if (mode->flags & DISPLAY_FLAGS_INTERLACED) in meson_venc_hdmi_mode_set()
1211 if (mode->flags & DISPLAY_FLAGS_INTERLACED) { in meson_venc_hdmi_mode_set()
1281 if (mode->flags & DISPLAY_FLAGS_INTERLACED) { in meson_venc_hdmi_mode_set()
H A Dmeson_dw_hdmi.c183 if (timing.flags & DISPLAY_FLAGS_INTERLACED) in meson_dw_hdmi_read_edid()
/openbmc/u-boot/include/
H A Dfdtdec.h855 DISPLAY_FLAGS_INTERLACED = 1 << 8, enumerator
/openbmc/u-boot/common/
H A Dedid.c125 timing->flags = DISPLAY_FLAGS_INTERLACED; in decode_timing()
/openbmc/u-boot/drivers/core/
H A Dofnode.c508 dt->flags |= DISPLAY_FLAGS_INTERLACED; in ofnode_decode_display_timing()
/openbmc/u-boot/lib/
H A Dfdtdec.c1082 dt->flags |= DISPLAY_FLAGS_INTERLACED; in fdtdec_decode_display_timing()