Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c1185 bool first_mst_stream; in mst_stream_pre_enable() local
1192 first_mst_stream = intel_dp->mst.active_links == 0; in mst_stream_pre_enable()
1193 drm_WARN_ON(display->drm, DISPLAY_VER(display) >= 12 && first_mst_stream && in mst_stream_pre_enable()
1199 if (first_mst_stream) in mst_stream_pre_enable()
1206 if (first_mst_stream) { in mst_stream_pre_enable()
1227 if (DISPLAY_VER(display) < 12 || !first_mst_stream) in mst_stream_pre_enable()
1230 if (DISPLAY_VER(display) >= 13 && !first_mst_stream) in mst_stream_pre_enable()
1282 bool first_mst_stream = intel_dp->mst.active_links == 1; in mst_stream_enable() local
1337 if (first_mst_stream) in mst_stream_enable()