Home
last modified time | relevance | path

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

12

/openbmc/linux/include/video/
H A Ddisplay_timing.h18 DISPLAY_FLAGS_VSYNC_HIGH = BIT(3), enumerator
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c274 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 Dof_display_timing.c77 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in of_parse_display_timing()
/openbmc/u-boot/include/
H A Dfdtdec.h846 DISPLAY_FLAGS_VSYNC_HIGH = 1 << 3, enumerator
/openbmc/u-boot/drivers/video/
H A Datmel_lcdfb.c158 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_fb_init()
H A Datmel_hlcdfb.c359 if (!(timing->flags & DISPLAY_FLAGS_VSYNC_HIGH)) in atmel_hlcdc_init()
H A Ddw_hdmi.c470 inv_val |= (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH ? in hdmi_av_composer()
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c195 if (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH) in lcdc_tcon1_mode_set()
H A Dsunxi_display.c637 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in sunxi_ctfb_mode_to_display_timing()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c195 if (timing.flags & DISPLAY_FLAGS_VSYNC_HIGH) 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()
1307 (mode->flags & DISPLAY_FLAGS_VSYNC_HIGH ? 1 << 3 : 0) | in meson_venc_hdmi_mode_set()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_vop.c159 if (edid->flags & DISPLAY_FLAGS_VSYNC_HIGH) in rkvop_mode_set()
/openbmc/u-boot/common/
H A Dedid.c120 timing->flags |= DISPLAY_FLAGS_VSYNC_HIGH; in decode_timing()
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c253 if (timing->flags & DISPLAY_FLAGS_VSYNC_HIGH) in stm32_ltdc_set_mode()
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.c347 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 Dlontium-lt8912b.c295 vsync_activehigh = lt->mode.flags & DISPLAY_FLAGS_VSYNC_HIGH; in lt8912_video_setup()
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-di.c614 if (sig->mode.flags & DISPLAY_FLAGS_VSYNC_HIGH) in ipu_di_init_sync_panel()
/openbmc/u-boot/drivers/core/
H A Dofnode.c488 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in ofnode_decode_display_timing()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.c280 vsync_pol = !!(vm->flags & DISPLAY_FLAGS_VSYNC_HIGH); in hdmi_core_video_config()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1088 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 Dmtk_dpi.c553 dpi_pol.vsync_pol = vm.flags & DISPLAY_FLAGS_VSYNC_HIGH ? in mtk_dpi_set_display_mode()
/openbmc/u-boot/lib/
H A Dfdtdec.c1062 dt->flags |= val ? DISPLAY_FLAGS_VSYNC_HIGH : in fdtdec_decode_display_timing()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c1334 if (vm->flags & DISPLAY_FLAGS_VSYNC_HIGH) in fb_videomode_from_videomode()
/openbmc/linux/drivers/video/fbdev/
H A Dpxafb.c2147 if (vm.flags & DISPLAY_FLAGS_VSYNC_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