Re: [PATCH 06/14] drm/i915/dp: Change icl_dsc_compute_link_config() DSC BPP iteration

2025-01-31 Thread Imre Deak
On Fri, Jan 31, 2025 at 02:49:59PM +0200, Jani Nikula wrote: > Instead of iterating the valid BPP array directly, switch to the same > approach as xelpd_dsc_compute_link_config(), with a separate function to > check if the DSC BPP is valid. This prepares us for unifying the > platform specific func

[PATCH 06/14] drm/i915/dp: Change icl_dsc_compute_link_config() DSC BPP iteration

2025-01-31 Thread Jani Nikula
Instead of iterating the valid BPP array directly, switch to the same approach as xelpd_dsc_compute_link_config(), with a separate function to check if the DSC BPP is valid. This prepares us for unifying the platform specific functions. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display