]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp_mst: Move the joiner dependent code together
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 2 Feb 2026 10:37:21 +0000 (16:07 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 3 Feb 2026 08:17:05 +0000 (13:47 +0530)
commitc80311c04331f2f42446eac21d7c3528c2e3c062
tree4e0680b876a34e17a83636e3e1498434bcfae91c
parentf8c172660a2a08cfdd17b0394168e03f07feada2
drm/i915/dp_mst: Move the joiner dependent code together

Move the calculation of num_joined_pipes and other constraints that
depend on it, into a single block in mst_stream_compute_config().

This groups all joiner-dependent logic together, preparing the code for a
future loop-based evaluation of multiple joiner configurations.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260202103731.357416-8-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c