]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Factor out intel_dp_dsc_min_slice_count()
authorImre Deak <imre.deak@intel.com>
Wed, 14 Jan 2026 16:22:24 +0000 (18:22 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 15 Jan 2026 18:19:04 +0000 (20:19 +0200)
commit15f908bce5d90fcfbc0599e426530cc10e9dfef3
tree4031044404940ce7b0655392a0c04f95fc4caf5f
parente941eb107847f7a910e309799cdde49493b857cf
drm/i915/dp: Factor out intel_dp_dsc_min_slice_count()

Factor out intel_dp_dsc_min_slice_count() for making
intel_dp_dsc_get_slice_count() more readable and also to prepare for a
follow-up change unifying the eDP and DP slice count/config computation.

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-8-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c