Home
last modified time | relevance | path

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

/linux-6.1.9/include/video/
Ddisplay_timing.h15 DISPLAY_FLAGS_HSYNC_LOW = BIT(0), enumerator
/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-simple.c802 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
832 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1482 DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
1763 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1815 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
1977 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW,
2495 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2525 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2683 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
2713 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
[all …]
Dpanel-edp.c1314 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
1633 .flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW,
/linux-6.1.9/drivers/video/
Dof_display_timing.c81 DISPLAY_FLAGS_HSYNC_LOW; in of_parse_display_timing()
/linux-6.1.9/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.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c310 vm->flags |= DISPLAY_FLAGS_HSYNC_LOW; in omap_video_timings_to_videomode()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c151 hsync_inv = !!(vm->flags & DISPLAY_FLAGS_HSYNC_LOW); in hdmi_wp_video_config_interface()
Ddispc.c3173 hs = !!(vm->flags & DISPLAY_FLAGS_HSYNC_LOW); in _dispc_mgr_set_lcd_timings()
3253 vm_flag_to_int(t.flags, DISPLAY_FLAGS_HSYNC_HIGH, DISPLAY_FLAGS_HSYNC_LOW), in dispc_mgr_set_timings()
4599 .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
Ddsi.c4113 dsi->vm.flags &= ~DISPLAY_FLAGS_HSYNC_LOW; in dsi_set_config()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_modes.c609 else if (vm->flags & DISPLAY_FLAGS_HSYNC_LOW) in drm_display_mode_from_videomode()
651 vm->flags |= DISPLAY_FLAGS_HSYNC_LOW; in drm_display_mode_to_videomode()
/linux-6.1.9/drivers/video/fbdev/
Damba-clcd.c574 if (timing.flags & DISPLAY_FLAGS_HSYNC_LOW) in clcdfb_of_get_dpi_panel_mode()