/openbmc/linux/include/video/ |
H A D | display_timing.h | 16 DISPLAY_FLAGS_HSYNC_HIGH = BIT(1), enumerator
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 277 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 D | atmel_lcdfb.c | 156 if (!(timing->flags & DISPLAY_FLAGS_HSYNC_HIGH)) in atmel_fb_init() 215 timing.flags |= DISPLAY_FLAGS_HSYNC_HIGH; in lcd_ctrl_init()
|
H A D | atmel_hlcdfb.c | 357 if (!(timing->flags & DISPLAY_FLAGS_HSYNC_HIGH)) in atmel_hlcdc_init()
|
H A D | dw_hdmi.c | 474 inv_val |= (edid->flags & DISPLAY_FLAGS_HSYNC_HIGH ? in hdmi_av_composer()
|
/openbmc/linux/drivers/video/ |
H A D | of_display_timing.c | 80 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH : in of_parse_display_timing()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 844 DISPLAY_FLAGS_HSYNC_HIGH = 1 << 1, enumerator
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | lcdc.c | 193 if (mode->flags & DISPLAY_FLAGS_HSYNC_HIGH) in lcdc_tcon1_mode_set()
|
H A D | sunxi_display.c | 633 timing->flags |= DISPLAY_FLAGS_HSYNC_HIGH; in sunxi_ctfb_mode_to_display_timing()
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_dw_hdmi.c | 191 if (timing.flags & DISPLAY_FLAGS_HSYNC_HIGH) in meson_dw_hdmi_read_edid()
|
H A D | meson_venc.c | 692 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 D | rk_vop.c | 157 if (edid->flags & DISPLAY_FLAGS_HSYNC_HIGH) in rkvop_mode_set()
|
/openbmc/u-boot/common/ |
H A D | edid.c | 116 timing->flags |= DISPLAY_FLAGS_HSYNC_HIGH; in decode_timing()
|
/openbmc/u-boot/drivers/video/stm32/ |
H A D | stm32_ltdc.c | 251 if (timing->flags & DISPLAY_FLAGS_HSYNC_HIGH) in stm32_ltdc_set_mode()
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | malidp_hw.c | 345 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 D | lontium-lt8912b.c | 288 hsync_activehigh = lt->mode.flags & DISPLAY_FLAGS_HSYNC_HIGH; in lt8912_video_setup()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 612 if (sig->mode.flags & DISPLAY_FLAGS_HSYNC_HIGH) in ipu_di_init_sync_panel()
|
/openbmc/u-boot/drivers/core/ |
H A D | ofnode.c | 493 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH : in ofnode_decode_display_timing()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi5_core.c | 281 hsync_pol = !!(vm->flags & DISPLAY_FLAGS_HSYNC_HIGH); in hdmi_core_video_config()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 1084 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 D | mtk_dpi.c | 551 dpi_pol.hsync_pol = vm.flags & DISPLAY_FLAGS_HSYNC_HIGH ? in mtk_dpi_set_display_mode()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 1067 dt->flags |= val ? DISPLAY_FLAGS_HSYNC_HIGH : in fdtdec_decode_display_timing()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1332 if (vm->flags & DISPLAY_FLAGS_HSYNC_HIGH) in fb_videomode_from_videomode()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxafb.c | 2145 if (vm.flags & DISPLAY_FLAGS_HSYNC_HIGH) in of_get_pxafb_display()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 1933 .flags = DISPLAY_FLAGS_HSYNC_HIGH | DISPLAY_FLAGS_VSYNC_HIGH |
|