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.c1172 bool first_mst_stream; in mst_stream_pre_enable() local
1179 first_mst_stream = intel_dp->active_mst_links == 0; in mst_stream_pre_enable()
1180 drm_WARN_ON(display->drm, DISPLAY_VER(display) >= 12 && first_mst_stream && in mst_stream_pre_enable()
1186 if (first_mst_stream) in mst_stream_pre_enable()
1193 if (first_mst_stream) { in mst_stream_pre_enable()
1214 if (DISPLAY_VER(display) < 12 || !first_mst_stream) in mst_stream_pre_enable()
1217 if (DISPLAY_VER(display) >= 13 && !first_mst_stream) in mst_stream_pre_enable()
1270 bool first_mst_stream = intel_dp->active_mst_links == 1; in mst_stream_enable() local
1302 if (first_mst_stream) in mst_stream_enable()