Home
last modified time | relevance | path

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

/linux/include/video/
H A Ddisplay_timing.h17 DISPLAY_FLAGS_VSYNC_LOW = BIT(2), enumerator
/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c102 if (vm.flags & DISPLAY_FLAGS_VSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
/linux/drivers/video/
H A Dof_display_timing.c78 DISPLAY_FLAGS_VSYNC_LOW; in of_parse_display_timing()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_wp.c150 vsync_inv = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in hdmi_wp_video_config_interface()
H A Ddispc.c3038 vs = !!(vm->flags & DISPLAY_FLAGS_VSYNC_LOW); in _dispc_mgr_set_lcd_timings()
3118 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings()
4448 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
H A Ddsi.c4121 dsi->vm.flags &= ~DISPLAY_FLAGS_VSYNC_LOW; in dsi_set_config()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c1093 else if (vm->flags & DISPLAY_FLAGS_VSYNC_LOW) in drm_display_mode_from_videomode()
1135 vm->flags |= DISPLAY_FLAGS_VSYNC_LOW; in drm_display_mode_to_videomode()