Searched refs:DISPLAY_FLAGS_VSYNC_LOW (Results 1 – 14 of 14) sorted by relevance
849 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
221 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
473 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in video_ctfb_mode_to_display_timing()
446 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable()496 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable()
104 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
138 if (mode->flags & DISPLAY_FLAGS_VSYNC_LOW) in lcdc_tcon0_mode_set()
322 if (edid->flags & DISPLAY_FLAGS_VSYNC_LOW) in sunxi_dw_hdmi_enable()
1179 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()
123 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()
214 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in meson_dw_hdmi_read_edid()
700 DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_VSYNC_HIGH)) in meson_venc_hdmi_supported_mode()
340 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in tilcdc_probe()
586 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
1035 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()
Completed in 24 milliseconds