]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 17 Dec 2024 09:32:34 +0000 (15:02 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 24 Dec 2024 09:49:57 +0000 (15:19 +0530)
commit63b746070ac0da7810f4b8fac511e7eb8afa0ac3
tree5041671eb25f624049f81f8932be9dbffd489bd7
parentdc697ce89ba397e639fc84218fd4bc258ef6b64c
drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config

Support for FEC is already checked by intel_dp_supports_dsc() in
intel_dp_dsc_compute_config() which gets called before
intel_dp_fec_compute_config().

Therefore the check can be dropped from the helper
intel_dp_fec_compute_config().

v2: Changed commit message for clarity. (Suraj)

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