Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_connector.h63 DRM_BUS_FLAG_DE_LOW = BIT(0), enumerator
H A Drockchip_display.c363 *bus_flags |= val ? DRM_BUS_FLAG_DE_HIGH : DRM_BUS_FLAG_DE_LOW; in rockchip_ofnode_get_display_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_encoder.c49 if (bus_flags & DRM_BUS_FLAG_DE_LOW) in omap_encoder_update_videomode_flags()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_connector.h383 DRM_BUS_FLAG_DE_LOW = BIT(0), enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm67191.c193 static const u32 rad_bus_flags = DRM_BUS_FLAG_DE_LOW |
H A Dpanel-ilitek-ili9322.c655 info->bus_flags |= DRM_BUS_FLAG_DE_LOW; in ili9322_get_modes()
H A Dpanel-simple.c911 ~(DRM_BUS_FLAG_DE_LOW | in panel_simple_probe()
935 bus_flags = DRM_BUS_FLAG_DE_LOW | in panel_simple_probe()
2050 .bus_flags = DRM_BUS_FLAG_DE_LOW | DRM_BUS_FLAG_PIXDATA_SAMPLE_POSEDGE,
2863 .bus_flags = DRM_BUS_FLAG_DE_LOW,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A Dipuv3-crtc.c294 sig_cfg.enable_pol = !(imx_crtc_state->bus_flags & DRM_BUS_FLAG_DE_LOW); in ipu_crtc_mode_set_nofb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c282 if (!(bus_flags & DRM_BUS_FLAG_DE_LOW)) in mxsfb_crtc_mode_set_nofb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/pl111/
H A Dpl111_display.c184 if (connector->display_info.bus_flags & DRM_BUS_FLAG_DE_LOW) in pl111_display_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c539 if (info->bus_flags & DRM_BUS_FLAG_DE_LOW) in ingenic_drm_encoder_atomic_mode_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c569 if (info->bus_flags & DRM_BUS_FLAG_DE_LOW) in sun4i_tcon0_mode_set_rgb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c1129 .input_bus_flags = DRM_BUS_FLAG_DE_LOW,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/
H A Dltdc.c603 if (bus_flags & DRM_BUS_FLAG_DE_LOW) in ltdc_crtc_mode_set_nofb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c687 *bus_flags |= DRM_BUS_FLAG_DE_LOW; in drm_bus_flags_from_videomode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1001 ieo = !!(tstate->bus_flags & DRM_BUS_FLAG_DE_LOW); in dispc_vp_enable()