Home
last modified time | relevance | path

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

/linux-6.6.21/include/video/
Ddisplay_timing.h15 DISPLAY_FLAGS_HSYNC_LOW = BIT(0), enumerator
/linux-6.6.21/drivers/gpu/drm/panel/
Dpanel-simple.c787 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
828 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
858 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1573 DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
1854 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1906 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2068 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
2651 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2681 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2839 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
[all …]
Dpanel-edp.c1321 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
1640 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
/linux-6.6.21/drivers/video/
Dof_display_timing.c81 DISPLAY_FLAGS_HSYNC_LOW; in of_parse_display_timing()
/linux-6.6.21/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c99 if (vm.flags & DISPLAY_FLAGS_HSYNC_LOW) in fsl_dcu_drm_crtc_mode_set_nofb()
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c310 vm->flags |= DISPLAY_FLAGS_HSYNC_LOW; in omap_video_timings_to_videomode()
/linux-6.6.21/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c151 hsync_inv = !!(vm->flags & DISPLAY_FLAGS_HSYNC_LOW); in hdmi_wp_video_config_interface()
Ddispc.c3168 hs = !!(vm->flags & DISPLAY_FLAGS_HSYNC_LOW); in _dispc_mgr_set_lcd_timings()
3248 vm_flag_to_int(t.flags, DISPLAY_FLAGS_HSYNC_HIGH, DISPLAY_FLAGS_HSYNC_LOW), in dispc_mgr_set_timings()
4594 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
Ddsi.c4119 dsi->vm.flags &= ~DISPLAY_FLAGS_HSYNC_LOW; in dsi_set_config()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_modes.c1086 else if (vm->flags & DISPLAY_FLAGS_HSYNC_LOW) in drm_display_mode_from_videomode()
1128 vm->flags |= DISPLAY_FLAGS_HSYNC_LOW; in drm_display_mode_to_videomode()
/linux-6.6.21/drivers/video/fbdev/
Damba-clcd.c573 if (timing.flags & DISPLAY_FLAGS_HSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()