linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/4] Add support for the eDP panel over aux_bus
@ 2022-04-25 11:44 Sankeerth Billakanti
  2022-04-25 11:44 ` [PATCH v10 1/4] drm/msm/dp: Add eDP support via aux_bus Sankeerth Billakanti
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sankeerth Billakanti @ 2022-04-25 11:44 UTC (permalink / raw)
  To: dri-devel, linux-arm-msm, freedreno, linux-kernel, devicetree
  Cc: Sankeerth Billakanti, robdclark, seanpaul, swboyd, quic_kalyant,
	quic_abhinavk, dianders, quic_khsieh, bjorn.andersson, sean,
	airlied, daniel, dmitry.baryshkov, quic_vproddut, quic_aravindh,
	steev

This series adds support for generic eDP panel over aux_bus.

These changes are dependent on the following patches:
https://patchwork.kernel.org/project/linux-arm-msm/patch/20220211224006.1797846-5-dmitry.baryshkov@linaro.org/
https://patchwork.kernel.org/project/linux-arm-msm/patch/20220211224006.1797846-6-dmitry.baryshkov@linaro.org/

Sankeerth Billakanti (4):
  drm/msm/dp: Add eDP support via aux_bus
  drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP
  drm/msm/dp: wait for hpd high before aux transaction
  drm/msm/dp: Support the eDP modes given by panel

 drivers/gpu/drm/msm/dp/dp_aux.c     |  21 +++++++-
 drivers/gpu/drm/msm/dp/dp_aux.h     |   3 +-
 drivers/gpu/drm/msm/dp/dp_catalog.c |  29 +++++++---
 drivers/gpu/drm/msm/dp/dp_catalog.h |   1 +
 drivers/gpu/drm/msm/dp/dp_display.c | 104 +++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/msm/dp/dp_display.h |   1 +
 drivers/gpu/drm/msm/dp/dp_drm.c     |  21 ++++++--
 drivers/gpu/drm/msm/dp/dp_parser.c  |  23 +-------
 drivers/gpu/drm/msm/dp/dp_parser.h  |  14 ++++-
 9 files changed, 177 insertions(+), 40 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-05-06 21:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 11:44 [PATCH v10 0/4] Add support for the eDP panel over aux_bus Sankeerth Billakanti
2022-04-25 11:44 ` [PATCH v10 1/4] drm/msm/dp: Add eDP support via aux_bus Sankeerth Billakanti
2022-05-06 20:49   ` Dmitry Baryshkov
2022-05-06 21:03     ` Abhinav Kumar
2022-05-06 21:05       ` Dmitry Baryshkov
2022-05-06 21:17         ` [Freedreno] " Abhinav Kumar
2022-05-06 21:17           ` Dmitry Baryshkov
2022-04-25 11:44 ` [PATCH v10 2/4] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP Sankeerth Billakanti
2022-04-25 11:44 ` [PATCH v10 3/4] drm/msm/dp: wait for hpd high before aux transaction Sankeerth Billakanti
2022-04-25 11:44 ` [PATCH v10 4/4] drm/msm/dp: Support the eDP modes given by panel Sankeerth Billakanti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).