Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_HSYNC_HIGH (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/include/video/
H A Ddisplay_timing.h16 DISPLAY_FLAGS_HSYNC_HIGH = BIT(1), enumerator
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c277 ovt->hsync_level = vm->flags & DISPLAY_FLAGS_HSYNC_HIGH ? in videomode_to_omap_video_timings()
308 vm->flags |= DISPLAY_FLAGS_HSYNC_HIGH; in omap_video_timings_to_videomode()
/openbmc/u-boot/drivers/video/
H A Datmel_lcdfb.c156 if (!(timing->flags & DISPLAY_FLAGS_HSYNC_HIGH)) in atmel_fb_init()
215 timing.flags |= DISPLAY_FLAGS_HSYNC_HIGH; in lcd_ctrl_init()
H A Datmel_hlcdfb.c357 if (!(timing->flags & DISPLAY_FLAGS_HSYNC_HIGH)) in atmel_hlcdc_init()
H A Ddw_hdmi.c474 inv_val |= (edid->flags & DISPLAY_FLAGS_HSYNC_HIGH ? in hdmi_av_composer()
/openbmc/linux/drivers/video/
H A Dof_display_timing.c80 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH : in of_parse_display_timing()
/openbmc/u-boot/include/
H A Dfdtdec.h844 DISPLAY_FLAGS_HSYNC_HIGH = 1 << 1, enumerator
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c193 if (mode->flags & DISPLAY_FLAGS_HSYNC_HIGH) in lcdc_tcon1_mode_set()
H A Dsunxi_display.c633 timing->flags |= DISPLAY_FLAGS_HSYNC_HIGH; in sunxi_ctfb_mode_to_display_timing()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c191 if (timing.flags & DISPLAY_FLAGS_HSYNC_HIGH) 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()
1306 (mode->flags & DISPLAY_FLAGS_HSYNC_HIGH ? 1 << 2 : 0) | in meson_venc_hdmi_mode_set()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_vop.c157 if (edid->flags & DISPLAY_FLAGS_HSYNC_HIGH) in rkvop_mode_set()
/openbmc/u-boot/common/
H A Dedid.c116 timing->flags |= DISPLAY_FLAGS_HSYNC_HIGH; in decode_timing()
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c251 if (timing->flags & DISPLAY_FLAGS_HSYNC_HIGH) in stm32_ltdc_set_mode()
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.c345 if (mode->flags & DISPLAY_FLAGS_HSYNC_HIGH) in malidp500_modeset()
690 if (mode->flags & DISPLAY_FLAGS_HSYNC_HIGH) in malidp550_modeset()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c288 hsync_activehigh = lt->mode.flags & DISPLAY_FLAGS_HSYNC_HIGH; in lt8912_video_setup()
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-di.c612 if (sig->mode.flags & DISPLAY_FLAGS_HSYNC_HIGH) in ipu_di_init_sync_panel()
/openbmc/u-boot/drivers/core/
H A Dofnode.c493 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH : in ofnode_decode_display_timing()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.c281 hsync_pol = !!(vm->flags & DISPLAY_FLAGS_HSYNC_HIGH); in hdmi_core_video_config()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1084 if (vm->flags & DISPLAY_FLAGS_HSYNC_HIGH) in drm_display_mode_from_videomode()
1126 vm->flags |= DISPLAY_FLAGS_HSYNC_HIGH; in drm_display_mode_to_videomode()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c551 dpi_pol.hsync_pol = vm.flags & DISPLAY_FLAGS_HSYNC_HIGH ? in mtk_dpi_set_display_mode()
/openbmc/u-boot/lib/
H A Dfdtdec.c1067 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH : in fdtdec_decode_display_timing()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c1332 if (vm->flags & DISPLAY_FLAGS_HSYNC_HIGH) in fb_videomode_from_videomode()
/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.c2145 if (vm.flags & DISPLAY_FLAGS_HSYNC_HIGH) in of_get_pxafb_display()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c1933 .flags = DISPLAY_FLAGS_HSYNC_HIGH | DISPLAY_FLAGS_VSYNC_HIGH |

12