Re: [PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config

2024-12-17 Thread Jani Nikula
On Tue, 17 Dec 2024, Ankit Nautiyal wrote: > 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: Ch

[PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config

2024-12-17 Thread Ankit Nautiyal
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:

Re: [PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config

2024-12-13 Thread Nautiyal, Ankit K
] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config Support for FEC is already checked in intel_dp_supports_dsc(). Therefore the check can be dropped from the helper intel_dp_fec_compute_config. I think the commit message can be improved "Support for FEC is already check

RE: [PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config

2024-12-04 Thread Kandpal, Suraj
> -Original Message- > From: Nautiyal, Ankit K > Sent: Wednesday, December 4, 2024 2:57 PM > To: intel-gfx@lists.freedesktop.org > Cc: intel...@lists.freedesktop.org; Kandpal, Suraj ; > jani.nik...@linux.intel.com; Deak, Imre > Subject: [PATCH 04/14] drm/i915/dp:

[PATCH 04/14] drm/i915/dp: Drop check for FEC in intel_dp_fec_compute_config

2024-12-04 Thread Ankit Nautiyal
Support for FEC is already checked in intel_dp_supports_dsc(). Therefore the check can be dropped from the helper intel_dp_fec_compute_config. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_dp.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/driver