Re: [PATCH 12/12] drm/probe-helper: Switch to per-device debugs

2024-04-05 Thread Thomas Zimmermann
Hi Am 05.04.24 um 10:25 schrieb Jani Nikula: On Thu, 04 Apr 2024, Ville Syrjala wrote: From: Ville Syrjälä Switch to per-device debugs so that we know which device we're dealing with. Again see the first handful of patches in the series [1]. It cleans up the mode printing as well. This ap

Re: [PATCH 12/12] drm/probe-helper: Switch to per-device debugs

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > Switch to per-device debugs so that we know which > device we're dealing with. Again see the first handful of patches in the series [1]. It cleans up the mode printing as well. BR, Jani. [1] https://lore.kernel.org/r/cover.17

[PATCH 12/12] drm/probe-helper: Switch to per-device debugs

2024-04-04 Thread Ville Syrjala
From: Ville Syrjälä Switch to per-device debugs so that we know which device we're dealing with. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_probe_helper.c | 35 ++ 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm/drm_probe_he