All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add connector_type to debug info to differentiate between eDP and DP
@ 2022-02-02 18:56 ` Kuogee Hsieh
  0 siblings, 0 replies; 21+ messages in thread
From: Kuogee Hsieh @ 2022-02-02 18:56 UTC (permalink / raw)
  To: dri-devel, robdclark, sean, swboyd, vkoul, daniel, airlied,
	agross, dmitry.baryshkov, bjorn.andersson
  Cc: Kuogee Hsieh, quic_abhinavk, quic_aravindh, quic_sbillaka,
	freedreno, linux-arm-msm, linux-kernel

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(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-02-17  0:40 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02 18:56 [PATCH v3 0/3] Add connector_type to debug info to differentiate between eDP and DP Kuogee Hsieh
2022-02-02 18:56 ` Kuogee Hsieh
2022-02-02 18:56 ` [PATCH v3 1/3] drm/msm/dp: add connector type to enhance debug messages Kuogee Hsieh
2022-02-02 18:56   ` Kuogee Hsieh
2022-02-16 23:37   ` Stephen Boyd
2022-02-16 23:37     ` Stephen Boyd
2022-02-02 18:56 ` [PATCH v3 2/3] drm/msm/dp: enhance debug info related to dp phy Kuogee Hsieh
2022-02-02 18:56   ` Kuogee Hsieh
2022-02-16 23:45   ` Stephen Boyd
2022-02-16 23:45     ` Stephen Boyd
2022-02-02 18:56 ` [PATCH v3 3/3] drm/msm/dp: replace DRM_DEBUG_DP marco with drm_dbg_dp Kuogee Hsieh
2022-02-02 18:56   ` Kuogee Hsieh
2022-02-16 23:46   ` Stephen Boyd
2022-02-16 23:46     ` Stephen Boyd
2022-02-17  0:22     ` Kuogee Hsieh
2022-02-17  0:22       ` Kuogee Hsieh
2022-02-17  0:40       ` Dmitry Baryshkov
2022-02-17  0:40         ` Dmitry Baryshkov
2022-02-14 16:45 ` [PATCH v3 0/3] Add connector_type to debug info to differentiate between eDP and DP Kuogee Hsieh
2022-02-14 16:45   ` Kuogee Hsieh
2022-02-15  8:58 ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.