Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dsi/
A Ddsi_manager.c35 #define IS_MASTER_DSI_LINK(id) (msm_dsim_glb.master_dsi_link_id == id) macro
86 struct msm_dsi *master_link_dsi = IS_MASTER_DSI_LINK(id) ? in dsi_mgr_setup_components()
88 struct msm_dsi *slave_link_dsi = IS_MASTER_DSI_LINK(id) ? in dsi_mgr_setup_components()
229 if (IS_BONDED_DSI() && !IS_MASTER_DSI_LINK(id)) { in msm_dsi_manager_panel_init()
359 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_pre_enable()
464 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_enable()
489 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_disable()
520 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_post_disable()
574 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_mode_set()
662 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) { in msm_dsi_manager_validate_current_config()
[all …]

Completed in 5 milliseconds