mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v5 0/7] incorporate pm runtime framework and eDP clean up
@ 2023-10-04 16:26 Kuogee Hsieh
  2023-10-04 16:26 ` [PATCH v5 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver Kuogee Hsieh
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Kuogee Hsieh @ 2023-10-04 16:26 UTC (permalink / raw)
  To: dri-devel, robdclark, sean, swboyd, dianders, vkoul, daniel,
	airlied, agross, dmitry.baryshkov, andersson
  Cc: Kuogee Hsieh, quic_abhinavk, quic_jesszhan, quic_sbillaka,
	marijn.suijten, freedreno, linux-arm-msm, linux-kernel

The purpose of this patch series is to incorporate pm runtime framework
into MSM eDP/DP driver so that eDP panel can be detected by DRM eDP panel
driver during system probe time. During incorporating procedure, original
customized pm realted fucntions, such as dp_pm_prepare(), dp_pm_suspend(),
dp_pm_resume() and dp_pm_prepare(), are removed and replaced with functions
provided by pm runtiem framework such as pm_runtime_force_suspend() and
pm_runtime_force_resume(). In addition, both eDP aux-bus and irq handler
are bound at system probe time too.

Kuogee Hsieh (7):
  drm/msm/dp: tie dp_display_irq_handler() with dp driver
  drm/msm/dp: rename is_connected with link_ready
  drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes
  drm/msm/dp: move parser->parse() and dp_power_client_init() to probe
  drm/msm/dp: incorporate pm_runtime framework into DP driver
  drm/msm/dp: delete EV_HPD_INIT_SETUP
  drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()

 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c |   4 -
 drivers/gpu/drm/msm/dp/dp_aux.c         |  39 +++-
 drivers/gpu/drm/msm/dp/dp_display.c     | 318 +++++++++++---------------------
 drivers/gpu/drm/msm/dp/dp_display.h     |   3 +-
 drivers/gpu/drm/msm/dp/dp_drm.c         |  14 +-
 drivers/gpu/drm/msm/dp/dp_power.c       |  16 --
 drivers/gpu/drm/msm/dp/dp_power.h       |  11 --
 drivers/gpu/drm/msm/msm_drv.h           |   5 -
 8 files changed, 146 insertions(+), 264 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2023-10-06 20:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 16:26 [PATCH v5 0/7] incorporate pm runtime framework and eDP clean up Kuogee Hsieh
2023-10-04 16:26 ` [PATCH v5 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver Kuogee Hsieh
2023-10-06 11:31   ` Dmitry Baryshkov
2023-10-04 16:26 ` [PATCH v5 2/7] drm/msm/dp: rename is_connected with link_ready Kuogee Hsieh
2023-10-06 11:31   ` Dmitry Baryshkov
2023-10-04 16:26 ` [PATCH v5 3/7] drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes Kuogee Hsieh
2023-10-04 16:26 ` [PATCH v5 4/7] drm/msm/dp: move parser->parse() and dp_power_client_init() to probe Kuogee Hsieh
2023-10-06 11:37   ` Dmitry Baryshkov
2023-10-04 16:26 ` [PATCH v5 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver Kuogee Hsieh
2023-10-06 11:56   ` Dmitry Baryshkov
2023-10-06 16:42     ` Kuogee Hsieh
2023-10-06 18:04       ` Dmitry Baryshkov
2023-10-06 20:44         ` Kuogee Hsieh
2023-10-06 20:54           ` Dmitry Baryshkov
2023-10-06 17:56   ` Dmitry Baryshkov
2023-10-04 16:27 ` [PATCH v5 6/7] drm/msm/dp: delete EV_HPD_INIT_SETUP Kuogee Hsieh
2023-10-04 16:27 ` [PATCH v5 7/7] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe() Kuogee Hsieh
2023-10-06 11:58   ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®