Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c71 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_setup_components() local
83 } else if (other_dsi) { in dsi_mgr_setup_components()
85 msm_dsi : other_dsi; in dsi_mgr_setup_components()
87 other_dsi : msm_dsi; in dsi_mgr_setup_components()
108 msm_dsi_host_set_phy_mode(other_dsi->host, other_dsi->phy); in dsi_mgr_setup_components()
381 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_bridge_mode_set() local
391 if (is_bonded_dsi && other_dsi) in dsi_mgr_bridge_mode_set()
392 msm_dsi_host_set_display_mode(other_dsi->host, adjusted_mode); in dsi_mgr_bridge_mode_set()