]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Unify DP and eDP slice count computation
authorImre Deak <imre.deak@intel.com>
Wed, 14 Jan 2026 16:22:30 +0000 (18:22 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 15 Jan 2026 18:20:21 +0000 (20:20 +0200)
commit088d06bb17b024866401a20484017cd172ead3d8
tree1e408569c3b9350719bcd6bf5c2da317ef09357a
parentba9f0bbecdc462ebf361f65f62842a1e85c8baa8
drm/i915/dp: Unify DP and eDP slice count computation

Unify the DP and eDP slices-per-line computation. Atm eDP simply returns
the maximum slices-per-line value supported by the sink, but using the
same helper function for both cases still makes sense, since a follow-up
change will compute the detailed slice config for both cases.

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260114162232.92731-14-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c