All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/4] Add support for the eDP panel over aux_bus
@ 2022-04-21 14:36 ` Sankeerth Billakanti
  0 siblings, 0 replies; 22+ messages in thread
From: Sankeerth Billakanti @ 2022-04-21 14:36 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 |  31 ++++++++---
 drivers/gpu/drm/msm/dp/dp_catalog.h |   1 +
 drivers/gpu/drm/msm/dp/dp_display.c | 101 +++++++++++++++++++++++++++++++++---
 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  |  13 ++++-
 9 files changed, 175 insertions(+), 40 deletions(-)

-- 
2.7.4


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

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

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 14:36 [PATCH v8 0/4] Add support for the eDP panel over aux_bus Sankeerth Billakanti
2022-04-21 14:36 ` Sankeerth Billakanti
2022-04-21 14:36 ` [PATCH v8 1/4] drm/msm/dp: Add eDP support via aux_bus Sankeerth Billakanti
2022-04-21 14:36   ` Sankeerth Billakanti
2022-04-21 15:23   ` Doug Anderson
2022-04-21 15:23     ` Doug Anderson
2022-04-21 16:00     ` Sankeerth Billakanti (QUIC)
2022-04-21 16:00       ` Sankeerth Billakanti (QUIC)
2022-04-21 16:07       ` Doug Anderson
2022-04-21 16:07         ` Doug Anderson
2022-04-21 14:36 ` [PATCH v8 2/4] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP Sankeerth Billakanti
2022-04-21 14:36   ` Sankeerth Billakanti
2022-04-21 15:23   ` Doug Anderson
2022-04-21 15:23     ` Doug Anderson
2022-04-21 16:38     ` Sankeerth Billakanti (QUIC)
2022-04-21 16:38       ` Sankeerth Billakanti (QUIC)
2022-04-21 17:12       ` Doug Anderson
2022-04-21 17:12         ` Doug Anderson
2022-04-21 14:36 ` [PATCH v8 3/4] drm/msm/dp: wait for hpd high before aux transaction Sankeerth Billakanti
2022-04-21 14:36   ` Sankeerth Billakanti
2022-04-21 14:36 ` [PATCH v8 4/4] drm/msm/dp: Support the eDP modes given by panel Sankeerth Billakanti
2022-04-21 14:36   ` Sankeerth Billakanti

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.