Re: [PATCH 3/5] drm/i915/dmc: split out per-platform firmware path selection

2024-04-18 Thread Gustavo Sousa
Quoting Jani Nikula (2024-04-18 11:39:52-03:00) >The big if ladder clutters intel_dmc_init(). Split it out to a separate >function. > >Signed-off-by: Jani Nikula Reviewed-by: Gustavo Sousa >--- > drivers/gpu/drm/i915/display/intel_dmc.c | 96 +--- > 1 file changed, 54

[PATCH 3/5] drm/i915/dmc: split out per-platform firmware path selection

2024-04-18 Thread Jani Nikula
The big if ladder clutters intel_dmc_init(). Split it out to a separate function. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_dmc.c | 96 +--- 1 file changed, 54 insertions(+), 42 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c