linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/5] Add data-lanes and link-frequencies to dp_out endpoint
@ 2022-12-08 22:36 Kuogee Hsieh
  2022-12-08 22:36 ` [PATCH v11 1/5] arm64: dts: qcom: add data-lanes and link-freuencies into " Kuogee Hsieh
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Kuogee Hsieh @ 2022-12-08 22:36 UTC (permalink / raw)
  To: dri-devel, robdclark, sean, swboyd, dianders, vkoul, daniel,
	airlied, agross, dmitry.baryshkov, andersson, konrad.dybcio,
	robh+dt, krzysztof.kozlowski+dt, devicetree, airlied
  Cc: Kuogee Hsieh, quic_abhinavk, quic_sbillaka, freedreno,
	linux-arm-msm, linux-kernel

Add DP both data-lanes and link-frequencies property to dp_out endpoint and support
functions to DP driver.

Kuogee Hsieh (5):
  arm64: dts: qcom: add data-lanes and link-freuencies into dp_out
    endpoint
  dt-bindings: msm/dp: add data-lanes and link-frequencies property
  drm/msm/dp: parser data-lanes as property of dp_out endpoint
  drm/msm/dp: parser link-frequencies as property of dp_out endpoint
  drm/msm/dp: add support of max dp link rate

 .../bindings/display/msm/dp-controller.yaml        | 27 +++++++++++
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi       |  6 ++-
 arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi     |  6 ++-
 drivers/gpu/drm/msm/dp/dp_display.c                |  4 ++
 drivers/gpu/drm/msm/dp/dp_panel.c                  |  7 +--
 drivers/gpu/drm/msm/dp/dp_panel.h                  |  1 +
 drivers/gpu/drm/msm/dp/dp_parser.c                 | 52 ++++++++++++++++++----
 drivers/gpu/drm/msm/dp/dp_parser.h                 |  2 +
 8 files changed, 92 insertions(+), 13 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2022-12-13 19:22 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08 22:36 [PATCH v11 0/5] Add data-lanes and link-frequencies to dp_out endpoint Kuogee Hsieh
2022-12-08 22:36 ` [PATCH v11 1/5] arm64: dts: qcom: add data-lanes and link-freuencies into " Kuogee Hsieh
2022-12-09 14:57   ` Krzysztof Kozlowski
2022-12-08 22:36 ` [PATCH v11 2/5] dt-bindings: msm/dp: add data-lanes and link-frequencies property Kuogee Hsieh
2022-12-08 23:33   ` Dmitry Baryshkov
2022-12-08 23:38     ` Kuogee Hsieh
2022-12-09  0:11       ` Dmitry Baryshkov
2022-12-09  0:22         ` Kuogee Hsieh
2022-12-09  0:35           ` Dmitry Baryshkov
2022-12-12 17:51             ` Kuogee Hsieh
2022-12-12 22:35               ` Dmitry Baryshkov
2022-12-12 23:41                 ` Abhinav Kumar
2022-12-13  1:02                   ` Dmitry Baryshkov
2022-12-13 13:13                   ` Krzysztof Kozlowski
2022-12-13 17:31                     ` [Freedreno] " Abhinav Kumar
2022-12-13 19:22                       ` Krzysztof Kozlowski
2022-12-09 14:59       ` Krzysztof Kozlowski
2022-12-09 12:14   ` Rob Herring
2022-12-08 22:36 ` [PATCH v11 3/5] drm/msm/dp: parser data-lanes as property of dp_out endpoint Kuogee Hsieh
2022-12-08 22:36 ` [PATCH v11 4/5] drm/msm/dp: parser link-frequencies " Kuogee Hsieh
2022-12-08 23:17   ` Dmitry Baryshkov
2022-12-10  3:57   ` kernel test robot
2022-12-08 22:36 ` [PATCH v11 5/5] drm/msm/dp: add support of max dp link rate Kuogee Hsieh

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).