Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/
H A 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/include/video/
H A Ddisplay_timing.h21 DISPLAY_FLAGS_DE_LOW = BIT(4), enumerator
/linux/drivers/video/
H A Dof_display_timing.c84 DISPLAY_FLAGS_DE_LOW; in of_parse_display_timing()
/linux/drivers/gpu/drm/panel/
H A Dpanel-seiko-43wvf1g.c258 .flags = DISPLAY_FLAGS_DE_LOW,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c320 vm->flags |= DISPLAY_FLAGS_DE_LOW; in omap_video_timings_to_videomode()
/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c568 if (scon->mode->flags & DISPLAY_FLAGS_DE_LOW) in shmob_drm_connector_init()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c1169 if (vm->flags & DISPLAY_FLAGS_DE_LOW) in drm_bus_flags_from_videomode()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3169 de = !!(vm->flags & DISPLAY_FLAGS_DE_LOW); in _dispc_mgr_set_lcd_timings()
3250 vm_flag_to_int(t.flags, DISPLAY_FLAGS_DE_HIGH, DISPLAY_FLAGS_DE_LOW), in dispc_mgr_set_timings()
H A Ddsi.c4130 dsi->vm.flags &= ~DISPLAY_FLAGS_DE_LOW; in dsi_set_config()