Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
A Dintel_dp.c4497 enum drm_dp_mst_mode mst_detect; in intel_dp_mst_detect() local
4501 mst_detect = intel_dp_mst_mode_choose(intel_dp, sink_mst_mode); in intel_dp_mst_detect()
4509 intel_dp_mst_mode_str(mst_detect)); in intel_dp_mst_detect()
4511 return mst_detect; in intel_dp_mst_detect()
4520 intel_dp->is_mst = intel_dp->mst_detect != DRM_DP_SST; in intel_dp_mst_configure()
4528 intel_dp->mst_detect = DRM_DP_SST; in intel_dp_mst_configure()
5530 intel_dp->mst_detect = intel_dp_mst_detect(intel_dp); in intel_dp_detect_dpcd()
5543 if (intel_dp->mst_detect == DRM_DP_MST) in intel_dp_detect_dpcd()
A Dintel_display_types.h1767 enum drm_dp_mst_mode mst_detect; member

Completed in 24 milliseconds