/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_encoder.c | 49 if (bus_flags & DRM_BUS_FLAG_DE_LOW) in omap_encoder_update_videomode_flags()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-innolux-ej030na.c | 288 .bus_flags = DRM_BUS_FLAG_PIXDATA_SAMPLE_POSEDGE | DRM_BUS_FLAG_DE_LOW,
|
H A D | panel-abt-y030xx067a.c | 363 .bus_flags = DRM_BUS_FLAG_PIXDATA_SAMPLE_POSEDGE | DRM_BUS_FLAG_DE_LOW,
|
H A D | panel-magnachip-d53e6ea8966.c | 491 .bus_flags = DRM_BUS_FLAG_DE_LOW | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE,
|
H A D | panel-raydium-rm67191.c | 194 static const u32 rad_bus_flags = DRM_BUS_FLAG_DE_LOW |
|
H A D | panel-samsung-s6e63m0.c | 614 connector->display_info.bus_flags = DRM_BUS_FLAG_DE_LOW | in s6e63m0_get_modes()
|
H A D | panel-newvision-nv3051d.c | 484 .bus_flags = DRM_BUS_FLAG_DE_LOW | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE,
|
H A D | panel-ilitek-ili9322.c | 656 info->bus_flags |= DRM_BUS_FLAG_DE_LOW; in ili9322_get_modes()
|
H A D | panel-ilitek-ili9341.c | 454 info->bus_flags |= DRM_BUS_FLAG_DE_LOW; in ili9341_dpi_get_modes()
|
H A D | panel-simple.c | 613 ~(DRM_BUS_FLAG_DE_LOW | in panel_simple_probe() 635 bus_flags = DRM_BUS_FLAG_DE_LOW | in panel_simple_probe() 1694 .bus_flags = DRM_BUS_FLAG_DE_LOW | DRM_BUS_FLAG_PIXDATA_SAMPLE_POSEDGE, 2618 .bus_flags = DRM_BUS_FLAG_DE_LOW,
|
H A D | panel-sitronix-st7789v.c | 407 if (ctx->info->bus_flags & DRM_BUS_FLAG_DE_LOW) in st7789v_prepare()
|
/openbmc/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_crtc.c | 118 if (display_info->bus_flags & DRM_BUS_FLAG_DE_LOW) in logicvc_crtc_atomic_enable()
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_dpi.c | 211 if (connector->display_info.bus_flags & DRM_BUS_FLAG_DE_LOW) in vc4_dpi_encoder_enable()
|
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-crtc.c | 297 sig_cfg.enable_pol = !(imx_crtc_state->bus_flags & DRM_BUS_FLAG_DE_LOW); in ipu_crtc_mode_set_nofb()
|
/openbmc/linux/include/drm/ |
H A D | drm_connector.h | 553 DRM_BUS_FLAG_DE_LOW = BIT(0), enumerator
|
/openbmc/linux/drivers/gpu/drm/pl111/ |
H A D | pl111_display.c | 185 if (connector->display_info.bus_flags & DRM_BUS_FLAG_DE_LOW) in pl111_display_enable()
|
/openbmc/linux/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_kms.c | 120 if (!(bus_flags & DRM_BUS_FLAG_DE_LOW)) in mxsfb_set_mode()
|
H A D | lcdif_kms.c | 304 if (bus_flags & DRM_BUS_FLAG_DE_LOW) in lcdif_set_mode()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 1131 .input_bus_flags = DRM_BUS_FLAG_DE_LOW,
|
H A D | samsung-dsim.c | 1874 .input_bus_flags = DRM_BUS_FLAG_DE_LOW,
|
/openbmc/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 1063 if (connector->display_info.bus_flags & DRM_BUS_FLAG_DE_LOW) in mcde_setup_dpi()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | 576 if (info->bus_flags & DRM_BUS_FLAG_DE_LOW) in sun4i_tcon0_mode_set_rgb()
|
/openbmc/linux/drivers/gpu/drm/ingenic/ |
H A D | ingenic-drm-drv.c | 754 if (bridge->bus_cfg.flags & DRM_BUS_FLAG_DE_LOW) in ingenic_drm_encoder_atomic_mode_set()
|
/openbmc/linux/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 975 if (bus_flags & DRM_BUS_FLAG_DE_LOW) in ltdc_crtc_mode_set_nofb()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 1167 *bus_flags |= DRM_BUS_FLAG_DE_LOW; in drm_bus_flags_from_videomode()
|