Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/video/
H A Ddisplay_timing.h21 DISPLAY_FLAGS_DE_LOW = BIT(4), enumerator
/openbmc/linux/drivers/video/
H A Dof_display_timing.c84 DISPLAY_FLAGS_DE_LOW; in of_parse_display_timing()
/openbmc/u-boot/include/
H A Dfdtdec.h849 DISPLAY_FLAGS_DE_LOW = 1 << 4, enumerator
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c320 vm->flags |= DISPLAY_FLAGS_DE_LOW; in omap_video_timings_to_videomode()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-seiko-43wvf1g.c306 .flags = DISPLAY_FLAGS_DE_LOW,
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c108 val = (timing->flags & DISPLAY_FLAGS_DE_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/openbmc/u-boot/drivers/core/
H A Dofnode.c499 DISPLAY_FLAGS_DE_LOW; in ofnode_decode_display_timing()
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c579 if (timing.flags & DISPLAY_FLAGS_DE_LOW) in clcdfb_of_get_dpi_panel_mode()
H A Dpxafb.c2143 if (vm.flags & DISPLAY_FLAGS_DE_LOW) in of_get_pxafb_display()
/openbmc/u-boot/lib/
H A Dfdtdec.c1073 DISPLAY_FLAGS_DE_LOW; in fdtdec_decode_display_timing()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1166 if (vm->flags & DISPLAY_FLAGS_DE_LOW) in drm_bus_flags_from_videomode()
/openbmc/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()