Re: [PATCH 06/12] drm/i915: Convert intel_dpll_dump_hw_state() to drm_printer

2024-02-23 Thread Ville Syrjälä
On Thu, Feb 22, 2024 at 04:54:07PM -0500, Rodrigo Vivi wrote: > On Thu, Feb 15, 2024 at 06:40:49PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Utilize drm_printer in pipe_config_pll_mismatch() to avoid > > a bit of code duplication. > > > > To achieve this we need to plumb the

Re: [PATCH 06/12] drm/i915: Convert intel_dpll_dump_hw_state() to drm_printer

2024-02-22 Thread Rodrigo Vivi
On Thu, Feb 15, 2024 at 06:40:49PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Utilize drm_printer in pipe_config_pll_mismatch() to avoid > a bit of code duplication. > > To achieve this we need to plumb the printer all way to the > dpll_mgr .dump_hw_state() functions. Those are also

[PATCH 06/12] drm/i915: Convert intel_dpll_dump_hw_state() to drm_printer

2024-02-15 Thread Ville Syrjala
From: Ville Syrjälä Utilize drm_printer in pipe_config_pll_mismatch() to avoid a bit of code duplication. To achieve this we need to plumb the printer all way to the dpll_mgr .dump_hw_state() functions. Those are also used by intel_crtc_state_dump() which needs to be adjusted as well.