]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Enable 3 DSC engines for 12 slices
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 30 Oct 2024 04:10:36 +0000 (09:40 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 6 Nov 2024 11:59:11 +0000 (17:29 +0530)
commitbe7f5fcdf4a0b83a30cace5934d54c63f65e41df
tree91a0a16e3bca155b0ccfeabeb27993ccb8b6272f
parentd1f34623ad18524af3c54f92c3baaa4af1d7b3fd
drm/i915/dp: Enable 3 DSC engines for 12 slices

Certain resolutions require 12 DSC slices support along with ultrajoiner.
For such cases, the third DSC Engine per Pipe is enabled. Each DSC
Engine processes 1 Slice, resulting in a total of 12 VDSC slices
(4 Pipes * 3 DSC Instances per Pipe).
Add support for 12 DSC slices and 3 DSC engines for such modes.

v2: Add missing check for 3 slices support only with 4 joined pipes.
(Suraj)

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241030041036.1238006-8-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c