Re: [PATCH v2 16/16] drm/edid: convert to device specific logging

2022-10-24 Thread Ville Syrjälä
On Mon, Oct 24, 2022 at 03:33:44PM +0300, Jani Nikula wrote: > Convert to drm_kms_dbg/drm_err where possible, and reference the > connector using [CONNECTOR:%d:%s]. Pass connectors around a bit more to > enable this. Where this is not possible, unify the rest of the debugs to > DRM_DEBUG_KMS. > >

[PATCH v2 16/16] drm/edid: convert to device specific logging

2022-10-24 Thread Jani Nikula
Convert to drm_kms_dbg/drm_err where possible, and reference the connector using [CONNECTOR:%d:%s]. Pass connectors around a bit more to enable this. Where this is not possible, unify the rest of the debugs to DRM_DEBUG_KMS. Rewrite tile debug logging to one line while at it. v2: - Use [CONNECTOR