Searched refs:msm_dp_panel (Results 1 – 3 of 3) sorted by relevance
20 struct msm_dp_panel msm_dp_panel; member30 struct msm_dp_panel *msm_dp_panel; in msm_dp_panel_read_psr_cap() local32 msm_dp_panel = &panel->msm_dp_panel; in msm_dp_panel_read_psr_cap()35 if (msm_dp_panel->dpcd[DP_EDP_CONFIGURATION_CAP]) { in msm_dp_panel_read_psr_cap()37 &msm_dp_panel->psr_cap, sizeof(msm_dp_panel->psr_cap)); in msm_dp_panel_read_psr_cap()38 if (rlen == sizeof(msm_dp_panel->psr_cap)) { in msm_dp_panel_read_psr_cap()41 msm_dp_panel->psr_cap.version, in msm_dp_panel_read_psr_cap()42 msm_dp_panel->psr_cap.capabilities); in msm_dp_panel_read_psr_cap()48 static int msm_dp_panel_read_dpcd(struct msm_dp_panel *msm_dp_panel) in msm_dp_panel_read_dpcd() argument55 panel = container_of(msm_dp_panel, struct msm_dp_panel_private, msm_dp_panel); in msm_dp_panel_read_dpcd()[all …]
91 struct msm_dp_panel *panel;1616 struct msm_dp_panel *msm_dp_panel; in msm_dp_bridge_mode_set() local1619 msm_dp_panel = msm_dp_display->panel; in msm_dp_bridge_mode_set()1641 msm_dp_panel->vsc_sdp_supported; in msm_dp_bridge_mode_set()
77 struct msm_dp_panel *panel;2208 struct msm_dp_panel *panel, struct drm_dp_aux *aux, in msm_dp_ctrl_get()