Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4890 enum drm_dp_mst_mode mst_detect; in intel_dp_mst_detect() local
4894 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()
H A Dintel_display_types.h1869 enum drm_dp_mst_mode mst_detect; member
H A Dintel_psr.c610 if (intel_dp->mst_detect == DRM_DP_MST) in _panel_replay_init_dpcd()