Re: [Intel-gfx] [PATCH 3/5] drm/i915/fdi: move more FDI stuff to FDI link train hooks

2021-08-26 Thread Rodrigo Vivi
On Wed, Aug 25, 2021 at 06:47:50PM +0300, Jani Nikula wrote: > Accept slight duplication in the fdi link train hooks in exchange for > simplification in ilk_pch_enable(). This lets us make > ivb_update_fdi_bc_bifurcation() static again, now in intel_fdi.c. For a moment I thought there were some or

[Intel-gfx] [PATCH 3/5] drm/i915/fdi: move more FDI stuff to FDI link train hooks

2021-08-25 Thread Jani Nikula
Accept slight duplication in the fdi link train hooks in exchange for simplification in ilk_pch_enable(). This lets us make ivb_update_fdi_bc_bifurcation() static again, now in intel_fdi.c. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_display.c | 8 --- drivers/gpu/drm/