Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c33 #define IS_MASTER_DSI_LINK(id) (msm_dsim_glb.master_dsi_link_id == id) macro
89 struct msm_dsi *master_link_dsi = IS_MASTER_DSI_LINK(id) ? in dsi_mgr_setup_components()
91 struct msm_dsi *slave_link_dsi = IS_MASTER_DSI_LINK(id) ? in dsi_mgr_setup_components()
255 if (IS_DUAL_DSI() && !IS_MASTER_DSI_LINK(id)) { in msm_dsi_manager_panel_init()
389 if (is_dual_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_pre_enable()
465 if (is_dual_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_enable()
490 if (is_dual_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_disable()
522 if (is_dual_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_post_disable()
573 if (is_dual_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_mode_set()
661 if (is_dual_dsi && !IS_MASTER_DSI_LINK(i in msm_dsi_manager_validate_current_config()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c35 #define IS_MASTER_DSI_LINK(id) (msm_dsim_glb.master_dsi_link_id == id) macro
84 struct msm_dsi *master_link_dsi = IS_MASTER_DSI_LINK(id) ? in dsi_mgr_setup_components()
86 struct msm_dsi *slave_link_dsi = IS_MASTER_DSI_LINK(id) ? in dsi_mgr_setup_components()
209 if (IS_BONDED_DSI() && !IS_MASTER_DSI_LINK(id)) { in msm_dsi_manager_set_split_display()
312 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_pre_enable()
375 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_post_disable()
422 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_mode_set()
684 return IS_MASTER_DSI_LINK(msm_dsi->id); in msm_dsi_is_master_dsi()

Completed in 4 milliseconds