| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | drm_modes.c | 229 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()
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | display_timing.h | 17 DISPLAY_FLAGS_VSYNC_LOW = BIT(2), enumerator
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/fsl-dcu/ |
| H A D | fsl_dcu_drm_crtc.c | 100 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
|
| /OK3568_Linux_fs/kernel/drivers/video/ |
| H A D | of_display_timing.c | 77 DISPLAY_FLAGS_VSYNC_LOW; in of_parse_display_timing()
|
| /OK3568_Linux_fs/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_display.c | 747 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fdtdec.h | 881 DISPLAY_FLAGS_VSYNC_LOW = 1 << 2, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | display.c | 315 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in omap_video_timings_to_videomode()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | atmel_lcdfb.c | 218 timing.flags |= DISPLAY_FLAGS_VSYNC_LOW; in lcd_ctrl_init()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 106 val = (timing->flags & DISPLAY_FLAGS_VSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
|
| /OK3568_Linux_fs/kernel/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 | 3140 vs = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in _dispc_mgr_set_lcd_timings() 3220 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings() 4555 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
|
| H A D | dsi.c | 4734 dsi->vm.flags &= ~DISPLAY_FLAGS_VSYNC_LOW; in dsi_set_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 1085 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | 2314 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW, 2594 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW, 2988 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | 3018 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | 3791 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW, 4144 DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_modes.c | 610 else if (vm->flags & DISPLAY_FLAGS_VSYNC_LOW) in drm_display_mode_from_videomode() 652 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in drm_display_mode_to_videomode()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | ofnode.c | 478 DISPLAY_FLAGS_VSYNC_LOW; in ofnode_decode_display_timing()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/ |
| H A D | zx_vou.c | 404 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in zx_crtc_atomic_enable()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | amba-clcd.c | 590 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec.c | 1113 DISPLAY_FLAGS_VSYNC_LOW; in fdtdec_decode_display_timing()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | edid.c | 1809 timing->flags |= DISPLAY_FLAGS_VSYNC_LOW; in decode_timing()
|