Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Ddisplay_timing.h17 DISPLAY_FLAGS_VSYNC_LOW = BIT(2), enumerator
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c787 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
828 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
858 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1573 DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
1854 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1906 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2068 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
2655 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2685 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2843 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
[all …]
H A Dpanel-edp.c1323 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
1642 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
/openbmc/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c102 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
/openbmc/linux/drivers/video/
H A Dof_display_timing.c78 DISPLAY_FLAGS_VSYNC_LOW; in of_parse_display_timing()
/openbmc/u-boot/include/
H A Dfdtdec.h845 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c315 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in omap_video_timings_to_videomode()
/openbmc/u-boot/drivers/video/
H A Dtda19988.c444 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable()
494 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable()
H A Datmel_lcdfb.c217 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c105 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c136 if (mode->flags & DISPLAY_FLAGS_VSYNC_LOW) in lcdc_tcon0_mode_set()
H A Dsunxi_dw_hdmi.c318 if (edid->flags & DISPLAY_FLAGS_VSYNC_LOW) in sunxi_dw_hdmi_enable()
H A Dsunxi_display.c639 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
/openbmc/linux/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.c3167 vs = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in _dispc_mgr_set_lcd_timings()
3247 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings()
4594 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
H A Ddsi.c4121 dsi->vm.flags &= ~DISPLAY_FLAGS_VSYNC_LOW; in dsi_set_config()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c193 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in meson_dw_hdmi_read_edid()
H A Dmeson_venc.c693 DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_VSYNC_HIGH)) in meson_venc_hdmi_supported_mode()
/openbmc/u-boot/common/
H A Dedid.c122 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()
/openbmc/u-boot/drivers/core/
H A Dofnode.c489 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1090 else if (vm->flags & DISPLAY_FLAGS_VSYNC_LOW) in drm_display_mode_from_videomode()
1132 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in drm_display_mode_to_videomode()
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c576 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()
/openbmc/u-boot/lib/
H A Dfdtdec.c1063 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()