Home
last modified time | relevance | path

Searched refs:mdsi (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/mcde/
A Dmcde_dsi.c45 struct mipi_dsi_device *mdsi; member
150 d->mcde->mdsi = d->mdsi; in mcde_dsi_attach_to_mcde()
175 if (mdsi->lanes < 1 || mdsi->lanes > 2) { in mcde_dsi_host_attach()
186 d->mdsi = mdsi; in mcde_dsi_host_attach()
198 d->mdsi = NULL; in mcde_dsi_host_detach()
200 d->mcde->mdsi = NULL; in mcde_dsi_host_detach()
607 bpl *= d->mdsi->lanes; in mcde_dsi_setup_video_mode()
867 if (d->mdsi->lp_rate) in mcde_dsi_enable()
871 if (d->mdsi->hs_rate) in mcde_dsi_enable()
964 if (!d->mdsi) { in mcde_dsi_bridge_mode_set()
[all …]
A Dmcde_drm.h76 struct mipi_dsi_device *mdsi; member
106 bool mcde_dsi_irq(struct mipi_dsi_device *mdsi);
107 void mcde_dsi_te_request(struct mipi_dsi_device *mdsi);
A Dmcde_display.c92 if (!mcde->dpi_output && mcde_dsi_irq(mcde->mdsi)) { in mcde_display_irq()
799 if (mcde->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO) in mcde_configure_dsi_formatter()
801 switch (mcde->mdsi->format) { in mcde_configure_dsi_formatter()
1084 (mcde->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO) ? in mcde_setup_dsi()
1086 mipi_dsi_pixel_format_to_bpp(mcde->mdsi->format)); in mcde_setup_dsi()
1088 mipi_dsi_pixel_format_to_bpp(mcde->mdsi->format) / 8; in mcde_setup_dsi()
1120 if (mcde->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO) { in mcde_setup_dsi()
1135 if (!(mcde->mdsi->mode_flags & MIPI_DSI_MODE_VIDEO)) in mcde_setup_dsi()
1342 mcde_dsi_te_request(mcde->mdsi); in mcde_start_flow()
/drivers/gpu/drm/msm/dsi/
A Ddsi_manager.c140 struct msm_dsi *mdsi = dsi_mgr_get_dsi(DSI_CLOCK_MASTER); in dsi_mgr_phy_enable() local
149 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_enable()
150 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
151 msm_dsi_host_reset_phy(mdsi->host); in dsi_mgr_phy_enable()
154 ret = enable_phy(mdsi, in dsi_mgr_phy_enable()
161 msm_dsi_phy_disable(mdsi->phy); in dsi_mgr_phy_enable()
180 struct msm_dsi *mdsi = dsi_mgr_get_dsi(DSI_CLOCK_MASTER); in dsi_mgr_phy_disable() local
188 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_disable()
189 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
191 msm_dsi_phy_disable(mdsi->phy); in dsi_mgr_phy_disable()
/drivers/gpu/drm/hisilicon/kirin/
A Ddw_drm_dsi.c725 struct mipi_dsi_device *mdsi) in dsi_host_attach() argument
731 if (mdsi->lanes < 1 || mdsi->lanes > 4) { in dsi_host_attach()
736 dsi->lanes = mdsi->lanes; in dsi_host_attach()
737 dsi->format = mdsi->format; in dsi_host_attach()
738 dsi->mode_flags = mdsi->mode_flags; in dsi_host_attach()
748 struct mipi_dsi_device *mdsi) in dsi_host_detach() argument

Completed in 19 milliseconds