Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c1260 bool first_mst_stream; in mst_stream_pre_enable() local
1268 first_mst_stream = intel_dp_mst_inc_active_streams(intel_dp); in mst_stream_pre_enable()
1269 drm_WARN_ON(display->drm, DISPLAY_VER(display) >= 12 && first_mst_stream && in mst_stream_pre_enable()
1272 if (first_mst_stream) in mst_stream_pre_enable()
1279 if (first_mst_stream) { in mst_stream_pre_enable()
1298 if (DISPLAY_VER(display) < 12 || !first_mst_stream) in mst_stream_pre_enable()
1301 if (DISPLAY_VER(display) >= 13 && !first_mst_stream) in mst_stream_pre_enable()
1353 bool first_mst_stream = intel_dp_mst_active_streams(intel_dp) == 1; in mst_stream_enable() local
1384 if (first_mst_stream) in mst_stream_enable()