Re: [PATCH 04/12] drm/i915: Convert pipe_config_infoframe_mismatch() to drm_printer

2024-02-22 Thread Rodrigo Vivi
On Thu, Feb 15, 2024 at 06:40:47PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Utilize drm_printer in pipe_config_infoframe_mismatch() to avoid > a bit of code duplication. > > hdmi_infoframe_log() can't use the printer of course, but for that > we can just figure out which loglevel

[PATCH 04/12] drm/i915: Convert pipe_config_infoframe_mismatch() to drm_printer

2024-02-15 Thread Ville Syrjala
From: Ville Syrjälä Utilize drm_printer in pipe_config_infoframe_mismatch() to avoid a bit of code duplication. hdmi_infoframe_log() can't use the printer of course, but for that we can just figure out which loglevel to use. And we do need to keep the explicit drm_debug_enabled(DRM_UT_KMS)