Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c70 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_setup_components() local
86 } else if (!other_dsi) { in dsi_mgr_setup_components()
90 msm_dsi : other_dsi; in dsi_mgr_setup_components()
92 other_dsi : msm_dsi; in dsi_mgr_setup_components()
118 ret = msm_dsi_host_set_src_pll(other_dsi->host, src_pll); in dsi_mgr_setup_components()
251 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in msm_dsi_manager_panel_init() local
256 master_dsi = other_dsi; in msm_dsi_manager_panel_init()
260 slave_dsi = other_dsi; in msm_dsi_manager_panel_init()
285 if (other_dsi && other_dsi->panel && kms->funcs->set_split_display) { in msm_dsi_manager_panel_init()
567 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_bridge_mode_set() local
[all …]