]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dsi: Move initialization of DSI DSC streams-per-pipe to fill_dsc()
authorImre Deak <imre.deak@intel.com>
Wed, 14 Jan 2026 16:22:20 +0000 (18:22 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 15 Jan 2026 18:19:02 +0000 (20:19 +0200)
commit611cadd5c02b04ac461a5dddf3070ce4c1094829
treec7b7377d6076e3698b2f84f3793c1f5fb25dcc95
parent2b8f5b5cb29786f03cd1805aad42da41ad7c51a4
drm/i915/dsi: Move initialization of DSI DSC streams-per-pipe to fill_dsc()

Move the initialization of the DSI DSC streams-per-pipe value to
fill_dsc() next to where the corresponding (per-line) slice_count value
is initialized. This allows converting the initialization to use the
detailed slice configuration state in follow-up changes.

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