All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/4] Add support for the eDP panel over aux_bus
@ 2022-04-22  9:11 ` Sankeerth Billakanti
  0 siblings, 0 replies; 44+ messages in thread
From: Sankeerth Billakanti @ 2022-04-22  9:11 UTC (permalink / raw)
  To: dri-devel, linux-arm-msm, freedreno, linux-kernel, devicetree
  Cc: quic_kalyant, Sankeerth Billakanti, dianders, bjorn.andersson,
	quic_vproddut, airlied, quic_abhinavk, steev, swboyd, seanpaul,
	dmitry.baryshkov, quic_aravindh, quic_khsieh, sean

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 | 105 +++++++++++++++++++++++++++++++++---
 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, 177 insertions(+), 40 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-04-26  3:46 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22  9:11 [PATCH v9 0/4] Add support for the eDP panel over aux_bus Sankeerth Billakanti
2022-04-22  9:11 ` Sankeerth Billakanti
2022-04-22  9:11 ` [PATCH v9 1/4] drm/msm/dp: Add eDP support via aux_bus Sankeerth Billakanti
2022-04-22  9:11   ` Sankeerth Billakanti
2022-04-22 14:03   ` Doug Anderson
2022-04-22 14:03     ` Doug Anderson
2022-04-23  0:13   ` Stephen Boyd
2022-04-23  0:13     ` Stephen Boyd
2022-04-25  9:39     ` Sankeerth Billakanti (QUIC)
2022-04-25  9:39       ` Sankeerth Billakanti (QUIC)
2022-04-25 20:26       ` Stephen Boyd
2022-04-25 20:26         ` Stephen Boyd
2022-04-25 21:12         ` Dmitry Baryshkov
2022-04-25 21:12           ` Dmitry Baryshkov
2022-04-26  1:58           ` Sankeerth Billakanti (QUIC)
2022-04-26  1:58             ` Sankeerth Billakanti (QUIC)
2022-04-22  9:11 ` [PATCH v9 2/4] drm/msm/dp: Support only IRQ_HPD and REPLUG interrupts for eDP Sankeerth Billakanti
2022-04-22  9:11   ` Sankeerth Billakanti
2022-04-22 14:03   ` Doug Anderson
2022-04-22 14:03     ` Doug Anderson
2022-04-22 15:55   ` Doug Anderson
2022-04-22 15:55     ` Doug Anderson
2022-04-22 16:04     ` Abhinav Kumar
2022-04-22 16:04       ` Abhinav Kumar
2022-04-22 16:10       ` Doug Anderson
2022-04-22 16:10         ` Doug Anderson
2022-04-22 17:35         ` Abhinav Kumar
2022-04-22 17:35           ` Abhinav Kumar
2022-04-23  0:29   ` Stephen Boyd
2022-04-23  0:29     ` Stephen Boyd
2022-04-25  2:55     ` Sankeerth Billakanti (QUIC)
2022-04-25  2:55       ` Sankeerth Billakanti (QUIC)
2022-04-25 20:27       ` Stephen Boyd
2022-04-25 20:27         ` Stephen Boyd
2022-04-26  3:45         ` Sankeerth Billakanti (QUIC)
2022-04-26  3:45           ` Sankeerth Billakanti (QUIC)
2022-04-22  9:11 ` [PATCH v9 3/4] drm/msm/dp: wait for hpd high before aux transaction Sankeerth Billakanti
2022-04-22  9:11   ` Sankeerth Billakanti
2022-04-23  1:38   ` Stephen Boyd
2022-04-23  1:38     ` Stephen Boyd
2022-04-22  9:11 ` [PATCH v9 4/4] drm/msm/dp: Support the eDP modes given by panel Sankeerth Billakanti
2022-04-22  9:11   ` Sankeerth Billakanti
2022-04-23  1:39   ` Stephen Boyd
2022-04-23  1:39     ` Stephen Boyd

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.