Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfdtdec.h878 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
/external/u-boot/drivers/video/
Datmel_lcdfb.c217 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
/external/u-boot/drivers/video/rockchip/
Drk_mipi.c105 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/external/u-boot/drivers/video/sunxi/
Dsunxi_dw_hdmi.c306 if (edid->flags & DISPLAY_FLAGS_VSYNC_LOW) in sunxi_dw_hdmi_enable()
Dlcdc.c136 if (mode->flags & DISPLAY_FLAGS_VSYNC_LOW) in lcdc_tcon0_mode_set()
Dsunxi_display.c637 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
/external/u-boot/common/
Dedid.c122 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()
/external/u-boot/drivers/core/
Dofnode.c454 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
/external/u-boot/lib/
Dfdtdec.c1129 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()