drm/msm/dp: add connector type to enhance debug messages
authorKuogee Hsieh <quic_khsieh@quicinc.com>
Wed, 2 Feb 2022 18:56:37 +0000 (10:56 -0800)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 18 Feb 2022 15:32:58 +0000 (18:32 +0300)
commit78fc35c5d9a6f633b9f458c2acb23869a4a83e50
tree887d984fb8baa623a1a8f86e82897c80ac1a0075
parentd4aca422539c441a7f3fec749287b36de37d9b6b
drm/msm/dp: add connector type to enhance debug messages

DP driver is a generic driver which supports both eDP and DP.
For debugging purpose it is required to have capabilities to
differentiate message are generated from eDP or DP. This patch
add connector type into debug messages for this purpose.

Changes in v3:
-- replace original patch into 3 patches

Signed-off-by: Kuogee Hsieh <quic_khsieh@quicinc.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/1643828199-8564-2-git-send-email-quic_khsieh@quicinc.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/dp/dp_display.c