Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_VSYNC_LOW (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_modes.c229 else if (vm->flags & DISPLAY_FLAGS_VSYNC_LOW) in drm_display_mode_from_videomode()
269 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in drm_display_mode_to_videomode()
/rk3399_rockchip-uboot/include/
H A Dfdtdec.h881 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
/rk3399_rockchip-uboot/drivers/video/sunxi/
H A Dlcdc.c136 if (mode->flags & DISPLAY_FLAGS_VSYNC_LOW) in lcdc_tcon0_mode_set()
H A Dsunxi_display.c747 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_mipi.c106 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/rk3399_rockchip-uboot/drivers/video/
H A Datmel_lcdfb.c218 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c478 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c1124 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()
/rk3399_rockchip-uboot/common/
H A Dedid.c1809 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()