All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/4] Add support for the eDP panel over aux_bus
@ 2022-04-14 12:19 ` Sankeerth Billakanti
  0 siblings, 0 replies; 42+ messages in thread
From: Sankeerth Billakanti @ 2022-04-14 12:19 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 series:
https://patchwork.kernel.org/project/linux-arm-msm/list/?series=613654&state=*

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
  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 |  22 +++++---
 drivers/gpu/drm/msm/dp/dp_catalog.h |   1 +
 drivers/gpu/drm/msm/dp/dp_display.c | 100 +++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/msm/dp/dp_display.h |   1 +
 drivers/gpu/drm/msm/dp/dp_drm.c     |  10 ++--
 drivers/gpu/drm/msm/dp/dp_parser.c  |  23 +--------
 drivers/gpu/drm/msm/dp/dp_parser.h  |  13 ++++-
 9 files changed, 154 insertions(+), 40 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-04-14 21:51 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 12:19 [PATCH v7 0/4] Add support for the eDP panel over aux_bus Sankeerth Billakanti
2022-04-14 12:19 ` Sankeerth Billakanti
2022-04-14 12:19 ` [PATCH v7 1/4] drm/msm/dp: Add eDP support via aux_bus Sankeerth Billakanti
2022-04-14 12:19   ` Sankeerth Billakanti
2022-04-14 16:39   ` Doug Anderson
2022-04-14 16:39     ` Doug Anderson
2022-04-14 19:16     ` Dmitry Baryshkov
2022-04-14 19:16       ` Dmitry Baryshkov
2022-04-14 19:40       ` Stephen Boyd
2022-04-14 19:40         ` Stephen Boyd
2022-04-14 20:09         ` Doug Anderson
2022-04-14 20:09           ` Doug Anderson
2022-04-14 21:16           ` Dmitry Baryshkov
2022-04-14 21:16             ` Dmitry Baryshkov
2022-04-14 21:51             ` Doug Anderson
2022-04-14 21:51               ` Doug Anderson
2022-04-14 12:19 ` [PATCH v7 2/4] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP Sankeerth Billakanti
2022-04-14 12:19   ` Sankeerth Billakanti
2022-04-14 16:39   ` Doug Anderson
2022-04-14 16:39     ` Doug Anderson
2022-04-14 12:19 ` [PATCH v7 3/4] drm/msm/dp: wait for hpd high before aux transaction Sankeerth Billakanti
2022-04-14 12:19   ` Sankeerth Billakanti
2022-04-14 16:39   ` Doug Anderson
2022-04-14 16:39     ` Doug Anderson
2022-04-14 12:19 ` [PATCH v7 4/4] Support the eDP modes given by panel Sankeerth Billakanti
2022-04-14 12:19   ` Sankeerth Billakanti
2022-04-14 16:40   ` Doug Anderson
2022-04-14 16:40     ` Doug Anderson
2022-04-14 16:40 ` [PATCH v7 0/4] Add support for the eDP panel over aux_bus Doug Anderson
2022-04-14 16:40   ` Doug Anderson
2022-04-14 19:20   ` Dmitry Baryshkov
2022-04-14 19:20     ` Dmitry Baryshkov
2022-04-14 19:43     ` Stephen Boyd
2022-04-14 19:43       ` Stephen Boyd
2022-04-14 20:00       ` [Freedreno] " Abhinav Kumar
2022-04-14 20:00         ` Abhinav Kumar
2022-04-14 20:03         ` Dmitry Baryshkov
2022-04-14 20:03           ` Dmitry Baryshkov
2022-04-14 20:19           ` Abhinav Kumar
2022-04-14 20:19             ` Abhinav Kumar
2022-04-14 20:21             ` Dmitry Baryshkov
2022-04-14 20:21               ` Dmitry Baryshkov

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.