Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c78 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_host_register() local
90 } else if (!other_dsi) { in dsi_mgr_host_register()
94 msm_dsi : other_dsi; in dsi_mgr_host_register()
96 other_dsi : msm_dsi; in dsi_mgr_host_register()
116 ret = msm_dsi_host_set_src_pll(other_dsi->host, src_pll); in dsi_mgr_host_register()
152 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_connector_detect() local
167 !IS_MASTER_DSI_LINK(id) && other_dsi) in dsi_mgr_connector_detect()
169 other_dsi->host, NULL); in dsi_mgr_connector_detect()
179 other_dsi && other_dsi->panel) { in dsi_mgr_connector_detect()
488 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_bridge_mode_set() local
[all …]