Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_HSYNC_LOW (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/include/video/
H A Ddisplay_timing.h15 DISPLAY_FLAGS_HSYNC_LOW = BIT(0), 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.c99 if (vm.flags & DISPLAY_FLAGS_HSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
/openbmc/linux/drivers/video/
H A Dof_display_timing.c81 DISPLAY_FLAGS_HSYNC_LOW; in of_parse_display_timing()
/openbmc/u-boot/include/
H A Dfdtdec.h843 DISPLAY_FLAGS_HSYNC_LOW = 1 << 0, enumerator
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c310 vm->flags |= DISPLAY_FLAGS_HSYNC_LOW; in omap_video_timings_to_videomode()
/openbmc/u-boot/drivers/video/
H A Dtda19988.c442 if (timing->flags & DISPLAY_FLAGS_HSYNC_LOW) in tda19988_enable()
492 if (timing->flags & DISPLAY_FLAGS_HSYNC_LOW) in tda19988_enable()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c102 val = (timing->flags & DISPLAY_FLAGS_HSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c134 if (mode->flags & DISPLAY_FLAGS_HSYNC_LOW) in lcdc_tcon0_mode_set()
H A Dsunxi_dw_hdmi.c321 if (edid->flags & DISPLAY_FLAGS_HSYNC_LOW) in sunxi_dw_hdmi_enable()
H A Dsunxi_display.c635 timing->flags |= DISPLAY_FLAGS_HSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c151 hsync_inv = !!(vm->flags & DISPLAY_FLAGS_HSYNC_LOW); in hdmi_wp_video_config_interface()
H A Ddispc.c3168 hs = !!(vm->flags & DISPLAY_FLAGS_HSYNC_LOW); in _dispc_mgr_set_lcd_timings()
3248 vm_flag_to_int(t.flags, DISPLAY_FLAGS_HSYNC_HIGH, DISPLAY_FLAGS_HSYNC_LOW), in dispc_mgr_set_timings()
4594 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
H A Ddsi.c4119 dsi->vm.flags &= ~DISPLAY_FLAGS_HSYNC_LOW; in dsi_set_config()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c189 if (timing.flags & DISPLAY_FLAGS_HSYNC_LOW) in meson_dw_hdmi_read_edid()
H A Dmeson_venc.c692 if (mode->flags & ~(DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_HSYNC_HIGH | in meson_venc_hdmi_supported_mode()
/openbmc/u-boot/common/
H A Dedid.c118 timing->flags |= DISPLAY_FLAGS_HSYNC_LOW; in decode_timing()
/openbmc/u-boot/drivers/core/
H A Dofnode.c494 DISPLAY_FLAGS_HSYNC_LOW; in ofnode_decode_display_timing()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1086 else if (vm->flags & DISPLAY_FLAGS_HSYNC_LOW) in drm_display_mode_from_videomode()
1128 vm->flags |= DISPLAY_FLAGS_HSYNC_LOW; in drm_display_mode_to_videomode()
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c573 if (timing.flags & DISPLAY_FLAGS_HSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()
/openbmc/u-boot/lib/
H A Dfdtdec.c1068 DISPLAY_FLAGS_HSYNC_LOW; in fdtdec_decode_display_timing()