Home
last modified time | relevance | path

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

/Linux-v5.15/include/video/
Ddisplay_timing.h17 DISPLAY_FLAGS_VSYNC_LOW = BIT(2), enumerator
/Linux-v5.15/drivers/video/
Dof_display_timing.c78 DISPLAY_FLAGS_VSYNC_LOW; in of_parse_display_timing()
/Linux-v5.15/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c102 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
/Linux-v5.15/drivers/gpu/drm/panel/
Dpanel-simple.c932 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2191 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2353 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
2662 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
3083 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
3112 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
3237 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
3987 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
4340 DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c315 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in omap_video_timings_to_videomode()
/Linux-v5.15/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c150 vsync_inv = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in hdmi_wp_video_config_interface()
Ddispc.c3159 vs = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in _dispc_mgr_set_lcd_timings()
3239 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings()
4572 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
Ddsi.c4115 dsi->vm.flags &= ~DISPLAY_FLAGS_VSYNC_LOW; in dsi_set_config()
/Linux-v5.15/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.15/drivers/gpu/drm/zte/
Dzx_vou.c404 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in zx_crtc_atomic_enable()
/Linux-v5.15/drivers/video/fbdev/
Damba-clcd.c577 if (timing.flags & DISPLAY_FLAGS_VSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()