Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dfdtdec.h834 DISPLAY_FLAGS_VSYNC_HIGH = 1 << 3, enumerator
/third_party/uboot/u-boot-2020.01/drivers/video/
Datmel_lcdfb.c158 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_fb_init()
Datmel_hlcdfb.c360 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_hlcdc_init()
Ddw_mipi_dsi.c525 if (device->mode_flags & DISPLAY_FLAGS_VSYNC_HIGH) in dw_mipi_dsi_dpi_config()
Ddw_hdmi.c471 inv_val |= (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH ? in hdmi_av_composer()
/third_party/uboot/u-boot-2020.01/drivers/video/sunxi/
Dlcdc.c195 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in lcdc_tcon1_mode_set()
Dsunxi_display.c640 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in sunxi_ctfb_mode_to_display_timing()
/third_party/uboot/u-boot-2020.01/drivers/video/rockchip/
Drk_vop.c158 if (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH) in rkvop_mode_set()
/third_party/uboot/u-boot-2020.01/drivers/video/meson/
Dmeson_dw_hdmi.c214 if (timing.flags & DISPLAY_FLAGS_VSYNC_HIGH) in meson_dw_hdmi_read_edid()
Dmeson_venc.c695 DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_VSYNC_HIGH)) in meson_venc_hdmi_supported_mode()
1339 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in meson_venc_hdmi_mode_set()
/third_party/uboot/u-boot-2020.01/common/
Dedid.c120 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in decode_timing()
/third_party/uboot/u-boot-2020.01/drivers/video/stm32/
Dstm32_ltdc.c252 if (timings->flags & DISPLAY_FLAGS_VSYNC_HIGH) in stm32_ltdc_set_mode()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dofnode.c501 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in ofnode_decode_display_timing()
/third_party/uboot/u-boot-2020.01/lib/
Dfdtdec.c1010 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in fdtdec_decode_display_timing()