linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add support for eDP controller on SC7280
@ 2021-11-02  7:48 Sankeerth Billakanti
  2021-11-02  7:48 ` [PATCH v4 1/5] dt-bindings: msm/dp: Add DP compatible strings for sc7280 Sankeerth Billakanti
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sankeerth Billakanti @ 2021-11-02  7:48 UTC (permalink / raw)
  To: dri-devel, linux-arm-msm, freedreno, linux-kernel
  Cc: Sankeerth Billakanti, robdclark, seanpaul, swboyd, quic_kalyant,
	quic_abhinavk, dianders, quic_khsieh, quic_mkrishn

	This series will add eDP controller support for Qualcomm SC7280
platform. These patches are baseline changes with which we can enable
eDP display on sc7280. The sc7280 eDP controller driver can also support
additional features such as no_hpd detection, PSR, etc. which will be
enabled in subsequent patch series.

	This is based on Bjorn's changes in the below mentioned series
to support both eDP and DP programming through the same driver:
https://patchwork.kernel.org/project/linux-arm-msm/list/?series=564841

Sankeerth Billakanti (5):
  dt-bindings: msm/dp: Add DP compatible strings for sc7280
  drm/msm/dp: Add DP controllers for sc7280
  drm/dp: Add macro to check max_downspread capability
  drm/msm/dp: Enable downspread for supported DP sinks
  drm/msm/dp: Enable ASSR for supported DP sinks

 .../bindings/display/msm/dp-controller.yaml        |  2 ++
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c     |  4 ++--
 drivers/gpu/drm/msm/dp/dp_ctrl.c                   | 23 +++++++++++++++++++---
 drivers/gpu/drm/msm/dp/dp_display.c                |  9 +++++++++
 include/drm/drm_dp_helper.h                        |  7 +++++++
 5 files changed, 40 insertions(+), 5 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-11-02  7:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  7:48 [PATCH v4 0/5] Add support for eDP controller on SC7280 Sankeerth Billakanti
2021-11-02  7:48 ` [PATCH v4 1/5] dt-bindings: msm/dp: Add DP compatible strings for sc7280 Sankeerth Billakanti
2021-11-02  7:48 ` [PATCH v4 2/5] drm/msm/dp: Add DP controllers " Sankeerth Billakanti
2021-11-02  7:48 ` [PATCH v4 3/5] drm/dp: Add macro to check max_downspread capability Sankeerth Billakanti
2021-11-02  7:48 ` [PATCH v4 4/5] drm/msm/dp: Enable downspread for supported DP sinks Sankeerth Billakanti
2021-11-02  7:48 ` [PATCH v4 5/5] drm/msm/dp: Enable ASSR " 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).