Home
last modified time | relevance | path

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

/u-boot/include/
A Dfdtdec.h849 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
/u-boot/drivers/video/
A Datmel_lcdfb.c221 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
A Dvideomodes.c473 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in video_ctfb_mode_to_display_timing()
A Dtda19988.c446 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable()
496 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable()
/u-boot/drivers/video/rockchip/
A Drk_mipi.c104 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/u-boot/drivers/video/sunxi/
A Dlcdc.c138 if (mode->flags & DISPLAY_FLAGS_VSYNC_LOW) in lcdc_tcon0_mode_set()
A Dsunxi_dw_hdmi.c322 if (edid->flags & DISPLAY_FLAGS_VSYNC_LOW) in sunxi_dw_hdmi_enable()
/u-boot/test/dm/
A Dtest-fdt.c1179 ut_assert(timing.flags & DISPLAY_FLAGS_VSYNC_LOW); in dm_test_decode_display_timing()
1201 ut_assert(!(timing.flags & DISPLAY_FLAGS_VSYNC_LOW)); in dm_test_decode_display_timing()
1223 ut_assert(!(timing.flags & DISPLAY_FLAGS_VSYNC_LOW)); in dm_test_decode_display_timing()
/u-boot/common/
A Dedid.c123 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()
/u-boot/drivers/video/meson/
A Dmeson_dw_hdmi.c214 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in meson_dw_hdmi_read_edid()
A Dmeson_venc.c700 DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_VSYNC_HIGH)) in meson_venc_hdmi_supported_mode()
/u-boot/drivers/video/ti/
A Dtilcdc.c340 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in tilcdc_probe()
/u-boot/drivers/core/
A Dofnode.c586 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
/u-boot/lib/
A Dfdtdec.c1035 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()

Completed in 24 milliseconds