Searched refs:mst_detect (Results 1 – 3 of 3) sorted by relevance
4890 enum drm_dp_mst_mode mst_detect; in intel_dp_mst_detect() local4894 mst_detect = intel_dp_mst_mode_choose(intel_dp, sink_mst_mode); in intel_dp_mst_detect()4902 intel_dp_mst_mode_str(mst_detect)); in intel_dp_mst_detect()4904 return mst_detect; in intel_dp_mst_detect()4913 intel_dp->is_mst = intel_dp->mst_detect != DRM_DP_SST; in intel_dp_mst_configure()4921 intel_dp->mst_detect = DRM_DP_SST; in intel_dp_mst_configure()6033 intel_dp->mst_detect = intel_dp_mst_detect(intel_dp); in intel_dp_detect_dpcd()6046 if (intel_dp->mst_detect == DRM_DP_MST) in intel_dp_detect_dpcd()
1869 enum drm_dp_mst_mode mst_detect; member
610 if (intel_dp->mst_detect == DRM_DP_MST) in _panel_replay_init_dpcd()