/openbmc/linux/include/video/ |
H A D | display_timing.h | 18 DISPLAY_FLAGS_VSYNC_HIGH = BIT(3), enumerator
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 274 ovt->vsync_level = vm->flags & DISPLAY_FLAGS_VSYNC_HIGH ? in videomode_to_omap_video_timings() 313 vm->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in omap_video_timings_to_videomode()
|
/openbmc/linux/drivers/video/ |
H A D | of_display_timing.c | 77 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in of_parse_display_timing()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 846 DISPLAY_FLAGS_VSYNC_HIGH = 1 << 3, enumerator
|
/openbmc/u-boot/drivers/video/ |
H A D | atmel_lcdfb.c | 158 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_fb_init()
|
H A D | atmel_hlcdfb.c | 359 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_hlcdc_init()
|
H A D | dw_hdmi.c | 470 inv_val |= (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH ? in hdmi_av_composer()
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | lcdc.c | 195 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in lcdc_tcon1_mode_set()
|
H A D | sunxi_display.c | 637 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in sunxi_ctfb_mode_to_display_timing()
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_dw_hdmi.c | 195 if (timing.flags & DISPLAY_FLAGS_VSYNC_HIGH) in meson_dw_hdmi_read_edid()
|
H A D | meson_venc.c | 693 DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_VSYNC_HIGH)) in meson_venc_hdmi_supported_mode() 1307 (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH ? 1 << 3 : 0) | in meson_venc_hdmi_mode_set()
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk_vop.c | 159 if (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH) in rkvop_mode_set()
|
/openbmc/u-boot/common/ |
H A D | edid.c | 120 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in decode_timing()
|
/openbmc/u-boot/drivers/video/stm32/ |
H A D | stm32_ltdc.c | 253 if (timing->flags & DISPLAY_FLAGS_VSYNC_HIGH) in stm32_ltdc_set_mode()
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | malidp_hw.c | 347 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in malidp500_modeset() 692 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in malidp550_modeset()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | lontium-lt8912b.c | 295 vsync_activehigh = lt->mode.flags & DISPLAY_FLAGS_VSYNC_HIGH; in lt8912_video_setup()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 614 if (sig->mode.flags & DISPLAY_FLAGS_VSYNC_HIGH) in ipu_di_init_sync_panel()
|
/openbmc/u-boot/drivers/core/ |
H A D | ofnode.c | 488 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in ofnode_decode_display_timing()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi5_core.c | 280 vsync_pol = !!(vm->flags & DISPLAY_FLAGS_VSYNC_HIGH); in hdmi_core_video_config()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 1088 if (vm->flags & DISPLAY_FLAGS_VSYNC_HIGH) in drm_display_mode_from_videomode() 1130 vm->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in drm_display_mode_to_videomode()
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_dpi.c | 553 dpi_pol.vsync_pol = vm.flags & DISPLAY_FLAGS_VSYNC_HIGH ? in mtk_dpi_set_display_mode()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 1062 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in fdtdec_decode_display_timing()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1334 if (vm->flags & DISPLAY_FLAGS_VSYNC_HIGH) in fb_videomode_from_videomode()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxafb.c | 2147 if (vm.flags & DISPLAY_FLAGS_VSYNC_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 |
|