Home
last modified time | relevance | path

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

/Linux-v5.10/include/video/
Ddisplay_timing.h17 DISPLAY_FLAGS_VSYNC_LOW = BIT(2), enumerator
/Linux-v5.10/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c100 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
/Linux-v5.10/drivers/video/
Dof_display_timing.c77 DISPLAY_FLAGS_VSYNC_LOW; in of_parse_display_timing()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c315 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in omap_video_timings_to_videomode()
/Linux-v5.10/drivers/gpu/drm/panel/
Dpanel-simple.c746 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1974 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
2253 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
2647 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2676 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
3448 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
3801 DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c150 vsync_inv = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in hdmi_wp_video_config_interface()
Ddispc.c3140 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 |
Ddsi.c4734 dsi->vm.flags &= ~DISPLAY_FLAGS_VSYNC_LOW; in dsi_set_config()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_modes.c610 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()
/Linux-v5.10/drivers/gpu/drm/zte/
Dzx_vou.c404 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in zx_crtc_atomic_enable()
/Linux-v5.10/drivers/video/fbdev/
Damba-clcd.c590 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()