]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dsi: Track the detailed DSC slice configuration
authorImre Deak <imre.deak@intel.com>
Wed, 14 Jan 2026 16:22:21 +0000 (18:22 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 15 Jan 2026 18:19:02 +0000 (20:19 +0200)
commit57152a502ed2a4d8f0470321c9d482a76daa3cb9
treec18decc63278330545f9d8c5b1e6c1fc88e578fb
parent611cadd5c02b04ac461a5dddf3070ce4c1094829
drm/i915/dsi: Track the detailed DSC slice configuration

Add tracking for the DSI DSC pipes-per-line and slices-per-stream value
in the slice config state and compute the current slices-per-line value
using this slice config state. The slices-per-line value used atm will
be removed by a follow-up change after converting all the places using
it to use the detailed slice config instead.

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