Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/dsi/
Ddsi.h26 #define DSI_1 1 macro
30 #define DSI_CLOCK_SLAVE DSI_1
33 #define DSI_RIGHT DSI_1
38 #define DSI_ENCODER_MASTER DSI_1
Ddsi_manager.c281 struct msm_dsi *msm_dsi1 = dsi_mgr_get_dsi(DSI_1); in dsi_mgr_bridge_pre_enable()
288 if (!panel || (is_dual_panel && (DSI_1 == id))) in dsi_mgr_bridge_pre_enable()
367 struct msm_dsi *msm_dsi1 = dsi_mgr_get_dsi(DSI_1); in dsi_mgr_bridge_post_disable()
375 if (!panel || (is_dual_panel && (DSI_1 == id))) in dsi_mgr_bridge_post_disable()
427 if (is_dual_panel && (DSI_1 == id)) in dsi_mgr_bridge_mode_set()