]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Update Comment for Valid DSC Slices per Line
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 30 Oct 2024 04:10:30 +0000 (09:40 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 6 Nov 2024 11:59:05 +0000 (17:29 +0530)
commite1faaca9d408d184d37204a9c94235d7030ccb15
treebc604c3d2d38eb90a4b27e234a1722827e013062
parent3c1d5ced18db8a67251c8436cf9bdc061f972bdb
drm/i915/dp: Update Comment for Valid DSC Slices per Line

For some platforms, the maximum slices per DSC engine is 4, while for
others it is 2. Update the comment to reflect this and clarify that
the 'valid_dsc_slicecount' list represents the valid number of slices
per pipe.

Currently, we are working with 1, and 2 slices per DSC engine,
which works for all platforms. With this the number of slices per pipe
can be 1,2 or 4 with different slice & DSC engine configuration.

Add a #TODO for adding support for 4 slices per DSC engine where
supported.

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-2-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c