Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_PIXDATA_NEGEDGE (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_encoder.c56 DISPLAY_FLAGS_PIXDATA_NEGEDGE))) { in omap_encoder_update_videomode_flags()
60 vm->flags |= DISPLAY_FLAGS_PIXDATA_NEGEDGE; in omap_encoder_update_videomode_flags()
/openbmc/linux/drivers/video/
H A Dof_display_timing.c87 DISPLAY_FLAGS_PIXDATA_NEGEDGE; in of_parse_display_timing()
93 DISPLAY_FLAGS_PIXDATA_NEGEDGE)) in of_parse_display_timing()
/openbmc/linux/include/video/
H A Ddisplay_timing.h26 DISPLAY_FLAGS_PIXDATA_NEGEDGE = BIT(7), enumerator
/openbmc/u-boot/include/
H A Dfdtdec.h854 DISPLAY_FLAGS_PIXDATA_NEGEDGE = 1 << 7, enumerator
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c325 vm->flags |= DISPLAY_FLAGS_PIXDATA_NEGEDGE; in omap_video_timings_to_videomode()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c111 val = (timing->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) ? 1 : 0; in rk_mipi_dsi_enable()
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c257 if (timing->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) in stm32_ltdc_set_mode()
/openbmc/u-boot/drivers/video/
H A Datmel_hlcdfb.c330 if (timing->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) in atmel_hlcdc_init()
/openbmc/u-boot/drivers/core/
H A Dofnode.c504 DISPLAY_FLAGS_PIXDATA_NEGEDGE; in ofnode_decode_display_timing()
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c562 if (timing.flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) in clcdfb_of_get_dpi_panel_mode()
H A Dpxafb.c2139 if (vm.flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) in of_get_pxafb_display()
/openbmc/u-boot/lib/
H A Dfdtdec.c1078 DISPLAY_FLAGS_PIXDATA_NEGEDGE; in fdtdec_decode_display_timing()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c1934 DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_PIXDATA_NEGEDGE |
3963 .flags = DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_PIXDATA_NEGEDGE |
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1158 if (vm->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) in drm_bus_flags_from_videomode()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3170 ipc = !!(vm->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE); in _dispc_mgr_set_lcd_timings()
3249 vm_flag_to_int(t.flags, DISPLAY_FLAGS_PIXDATA_POSEDGE, DISPLAY_FLAGS_PIXDATA_NEGEDGE), in dispc_mgr_set_timings()
H A Ddsi.c4128 dsi->vm.flags &= ~DISPLAY_FLAGS_PIXDATA_NEGEDGE; in dsi_set_config()