Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c97 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_setup_components() local
109 } else if (other_dsi) { in dsi_mgr_setup_components()
111 msm_dsi : other_dsi; in dsi_mgr_setup_components()
113 other_dsi : msm_dsi; in dsi_mgr_setup_components()
134 msm_dsi_host_set_phy_mode(other_dsi->host, other_dsi->phy); in dsi_mgr_setup_components()
247 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in msm_dsi_manager_panel_init() local
252 master_dsi = other_dsi; in msm_dsi_manager_panel_init()
256 slave_dsi = other_dsi; in msm_dsi_manager_panel_init()
281 if (other_dsi && other_dsi->panel && kms->funcs->set_split_display) { in msm_dsi_manager_panel_init()
589 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_bridge_mode_set() local
[all …]