Re: [PATCH v3 0/3] Add connector_type to debug info to differentiate between eDP and DP

From: Kuogee Hsieh
Date: Mon Feb 14 2022 - 11:45:16 EST


Hi Stephen,

Can you please review this serial patches.

On 2/2/2022 10:56 AM, Kuogee Hsieh wrote:
1) Add connector_type to debug info to differentiate between eDP and DP
2) add more debug info to cover dp Phy
3) repalce DRM_DEBUG_DP with drm_debug_dp

Kuogee Hsieh (3):
drm/msm/dp: add connector type to enhance debug messages
drm/msm/dp: enhance debug info related to dp phy
drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dp

drivers/gpu/drm/msm/dp/dp_audio.c | 49 +++++++++------
drivers/gpu/drm/msm/dp/dp_catalog.c | 34 ++++++-----
drivers/gpu/drm/msm/dp/dp_ctrl.c | 116 +++++++++++++++++++-----------------
drivers/gpu/drm/msm/dp/dp_display.c | 103 ++++++++++++++++++++++----------
drivers/gpu/drm/msm/dp/dp_drm.c | 4 +-
drivers/gpu/drm/msm/dp/dp_link.c | 99 +++++++++++++++++-------------
drivers/gpu/drm/msm/dp/dp_panel.c | 43 +++++++------
drivers/gpu/drm/msm/dp/dp_parser.c | 2 +-
drivers/gpu/drm/msm/dp/dp_power.c | 20 ++++---
9 files changed, 283 insertions(+), 187 deletions(-)