Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddrm_modes.c229 else if (vm->flags & DISPLAY_FLAGS_VSYNC_LOW) in drm_display_mode_from_videomode()
269 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in drm_display_mode_to_videomode()
/OK3568_Linux_fs/kernel/include/video/
H A Ddisplay_timing.h17 DISPLAY_FLAGS_VSYNC_LOW = BIT(2), enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c100 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
/OK3568_Linux_fs/kernel/drivers/video/
H A Dof_display_timing.c77 DISPLAY_FLAGS_VSYNC_LOW; in of_parse_display_timing()
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dlcdc.c136 if (mode->flags & DISPLAY_FLAGS_VSYNC_LOW) in lcdc_tcon0_mode_set()
H A Dsunxi_display.c747 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h881 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c315 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in omap_video_timings_to_videomode()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Datmel_lcdfb.c218 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_mipi.c106 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c150 vsync_inv = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in hdmi_wp_video_config_interface()
H A Ddispc.c3140 vs = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in _dispc_mgr_set_lcd_timings()
3220 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings()
4555 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
H A Ddsi.c4734 dsi->vm.flags &= ~DISPLAY_FLAGS_VSYNC_LOW; in dsi_set_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-simple.c1085 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2314 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
2594 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
2988 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
3018 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
3791 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
4144 DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c610 else if (vm->flags & DISPLAY_FLAGS_VSYNC_LOW) in drm_display_mode_from_videomode()
652 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in drm_display_mode_to_videomode()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dofnode.c478 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_vou.c404 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in zx_crtc_atomic_enable()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Damba-clcd.c590 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c1113 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c1809 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()