Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_DE_LOW (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/omapdrm/
Domap_encoder.c47 if (!(vm->flags & (DISPLAY_FLAGS_DE_LOW | in omap_encoder_update_videomode_flags()
50 vm->flags |= DISPLAY_FLAGS_DE_LOW; in omap_encoder_update_videomode_flags()
/linux-6.1.9/include/video/
Ddisplay_timing.h21 DISPLAY_FLAGS_DE_LOW = BIT(4), enumerator
/linux-6.1.9/drivers/video/
Dof_display_timing.c84 DISPLAY_FLAGS_DE_LOW; in of_parse_display_timing()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c320 vm->flags |= DISPLAY_FLAGS_DE_LOW; in omap_video_timings_to_videomode()
/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-seiko-43wvf1g.c296 .flags = DISPLAY_FLAGS_DE_LOW,
/linux-6.1.9/drivers/video/fbdev/
Damba-clcd.c580 if (timing.flags & DISPLAY_FLAGS_DE_LOW) in clcdfb_of_get_dpi_panel_mode()
Dpxafb.c2147 if (vm.flags & DISPLAY_FLAGS_DE_LOW) in of_get_pxafb_display()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_modes.c689 if (vm->flags & DISPLAY_FLAGS_DE_LOW) in drm_bus_flags_from_videomode()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Ddispc.c3174 de = !!(vm->flags & DISPLAY_FLAGS_DE_LOW); in _dispc_mgr_set_lcd_timings()
3255 vm_flag_to_int(t.flags, DISPLAY_FLAGS_DE_HIGH, DISPLAY_FLAGS_DE_LOW), in dispc_mgr_set_timings()
Ddsi.c4124 dsi->vm.flags &= ~DISPLAY_FLAGS_DE_LOW; in dsi_set_config()