/openbmc/linux/include/video/ |
H A D | display_timing.h | 17 DISPLAY_FLAGS_VSYNC_LOW = BIT(2), enumerator
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 787 .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 D | panel-edp.c | 1323 .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 D | fsl_dcu_drm_crtc.c | 102 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
|
/openbmc/linux/drivers/video/ |
H A D | of_display_timing.c | 78 DISPLAY_FLAGS_VSYNC_LOW; in of_parse_display_timing()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 845 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 315 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in omap_video_timings_to_videomode()
|
/openbmc/u-boot/drivers/video/ |
H A D | tda19988.c | 444 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable() 494 if (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) in tda19988_enable()
|
H A D | atmel_lcdfb.c | 217 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk_mipi.c | 105 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | lcdc.c | 136 if (mode->flags & DISPLAY_FLAGS_VSYNC_LOW) in lcdc_tcon0_mode_set()
|
H A D | sunxi_dw_hdmi.c | 318 if (edid->flags & DISPLAY_FLAGS_VSYNC_LOW) in sunxi_dw_hdmi_enable()
|
H A D | sunxi_display.c | 639 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_wp.c | 150 vsync_inv = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in hdmi_wp_video_config_interface()
|
H A D | dispc.c | 3167 vs = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in _dispc_mgr_set_lcd_timings() 3247 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings() 4594 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
|
H A D | dsi.c | 4121 dsi->vm.flags &= ~DISPLAY_FLAGS_VSYNC_LOW; in dsi_set_config()
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_dw_hdmi.c | 193 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) 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()
|
/openbmc/u-boot/common/ |
H A D | edid.c | 122 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()
|
/openbmc/u-boot/drivers/core/ |
H A D | ofnode.c | 489 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 1090 else if (vm->flags & DISPLAY_FLAGS_VSYNC_LOW) in drm_display_mode_from_videomode() 1132 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in drm_display_mode_to_videomode()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | amba-clcd.c | 576 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 1063 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()
|