drm/edid: convert to device specific logging
authorJani Nikula <jani.nikula@intel.com>
Mon, 24 Oct 2022 12:33:44 +0000 (15:33 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 26 Oct 2022 08:30:45 +0000 (11:30 +0300)
commite1e7bc481d49c3e3ada11029ce0d9b85a0a539d7
treeabb872cc5696a8142a6744673f6386d7c6b32814
parent66d17ecde7cae2b0e526473217c4178a4059181e
drm/edid: convert to device specific logging

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:%d:%s] throughout (Ville)
- Tile debug logging revamp
- Pass connector around a bit more

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/e48346bfe09a632d5a5faa55e3c161b196cf21e8.1666614699.git.jani.nikula@intel.com
drivers/gpu/drm/drm_edid.c