]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Move num_joined_pipes and related checks together
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 2 Feb 2026 10:37:16 +0000 (16:07 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 3 Feb 2026 08:17:01 +0000 (13:47 +0530)
commit19f0dc41c7f259b304941e427e5cc33c0da18548
tree52ca69c72a316c9573a3c160fae1d36473af35c8
parentefc85c10f5c211e9dcbb74d228560ef80b29fab6
drm/i915/dp: Move num_joined_pipes and related checks together

Move the calculation of `num_joined_pipes` and other constraints that
depend on it, into a single block.
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-3-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c