Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfdtdec.h879 DISPLAY_FLAGS_VSYNC_HIGH = 1 << 3, enumerator
/external/u-boot/drivers/video/
Datmel_lcdfb.c158 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_fb_init()
Datmel_hlcdfb.c359 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_hlcdc_init()
Ddw_hdmi.c404 inv_val |= (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH ? in hdmi_av_composer()
/external/u-boot/drivers/video/sunxi/
Dlcdc.c195 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in lcdc_tcon1_mode_set()
Dsunxi_display.c635 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in sunxi_ctfb_mode_to_display_timing()
/external/u-boot/drivers/video/rockchip/
Drk_vop.c159 if (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH) in rkvop_mode_set()
/external/u-boot/common/
Dedid.c120 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in decode_timing()
/external/u-boot/drivers/video/stm32/
Dstm32_ltdc.c253 if (timing->flags & DISPLAY_FLAGS_VSYNC_HIGH) in stm32_ltdc_set_mode()
/external/u-boot/drivers/core/
Dofnode.c453 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in ofnode_decode_display_timing()
/external/u-boot/lib/
Dfdtdec.c1128 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in fdtdec_decode_display_timing()