]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp_mst: Extract helper to compute link for given joiner config
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 2 Feb 2026 10:37:23 +0000 (16:07 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 3 Feb 2026 08:17:07 +0000 (13:47 +0530)
commit331a58a6035f6049480ab17e3905d806c74a722b
tree96952ec6e4563f12541a74a8ad4289c1eb085031
parenta120f802e0004470fdab91e907ca43f226a73419
drm/i915/dp_mst: Extract helper to compute link for given joiner config

Move the joiner-dependent portion of mst_stream_compute_config() into
mst_stream_compute_link_for_joined_pipes(), which computes the MST link
configuration for a specific num_joined_pipes.

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-10-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c