]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Remove HAS_DSC macro for intel_dp_dsc_max_src_input_bpc
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 17 Dec 2024 09:32:35 +0000 (15:02 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 24 Dec 2024 09:49:57 +0000 (15:19 +0530)
commit954e1eadc9c59bd9e6e0b01342b8421f59af85a2
treee0378d819153b98184f7017ff36f070a847ffc63
parent63b746070ac0da7810f4b8fac511e7eb8afa0ac3
drm/i915/dp: Remove HAS_DSC macro for intel_dp_dsc_max_src_input_bpc

DSC support is already checked before the helper
intel_dp_dsc_max_src_input_bpc is called.
Remove the check from the helper.

v2: Drop the argument struct drm_i915_private *i915. (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/20241217093244.3938132-6-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c