devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] drm/msm: add support for SAR2130P
@ 2025-03-08  1:42 Dmitry Baryshkov
  2025-03-08  1:42 ` [PATCH 01/10] dt-bindings: display/msm: dp-controller: describe SAR2130P Dmitry Baryshkov
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Dmitry Baryshkov @ 2025-03-08  1:42 UTC (permalink / raw)
  To: Rob Clark, Abhinav Kumar, Dmitry Baryshkov, Sean Paul,
	Marijn Suijten, David Airlie, Simona Vetter, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Kuogee Hsieh,
	Krishna Manikandan, Jonathan Marek, Bjorn Andersson,
	Neil Armstrong, Will Deacon, Robin Murphy, Joerg Roedel,
	Konrad Dybcio
  Cc: linux-arm-msm, dri-devel, freedreno, devicetree, linux-kernel,
	iommu, linux-arm-kernel

Add support for the Mobile Display SubSystem (MDSS) device present on
the Qualcomm SAR2130P platform. The MDSS device is similar to SM8550, it
features two MIPI DSI controllers, two MIPI DSI PHYs and one DisplayPort
controller.

Note, due to the technical limitations DP controller wasn't completely
evaluated.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (10):
      dt-bindings: display/msm: dp-controller: describe SAR2130P
      dt-bindings: display/msm: dsi-controller-main: describe SAR2130P
      dt-bindings: display/msm: dsi-phy-7nm: describe SAR2130P
      dt-bindings: display/msm: qcom,sc7280-dpu: describe SAR2130P
      dt-bindings: display/msm: Add Qualcomm SAR2130P
      drm/msm/mdss: add SAR2130P device configuration
      drm/msm/dsi/phy: add configuration for SAR2130P
      drm/msm/dpu: add catalog entry for SAR2130P
      iommu/arm-smmu-qcom: Add SAR2130P MDSS compatible
      arm64: dts: qcom: sar2130p: add display nodes

 .../bindings/display/msm/dp-controller.yaml        |   1 +
 .../bindings/display/msm/dsi-controller-main.yaml  |   2 +
 .../bindings/display/msm/dsi-phy-7nm.yaml          |   1 +
 .../bindings/display/msm/qcom,sar2130p-mdss.yaml   | 445 +++++++++++++++++++++
 .../bindings/display/msm/qcom,sc7280-dpu.yaml      |   1 +
 arch/arm64/boot/dts/qcom/sar2130p.dtsi             | 394 ++++++++++++++++++
 .../drm/msm/disp/dpu1/catalog/dpu_9_1_sar2130p.h   | 434 ++++++++++++++++++++
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c     |   2 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h     |   1 +
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c            |   1 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c              |   2 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.h              |   1 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c          |  23 ++
 drivers/gpu/drm/msm/msm_mdss.c                     |  11 +
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c         |   1 +
 15 files changed, 1319 insertions(+), 1 deletion(-)
---
base-commit: 0a2f889128969dab41861b6e40111aa03dc57014
change-id: 20250308-sar2130p-display-b0601fcfeb30
prerequisite-patch-id: bafc6ced2462f729333f18ff2c7d086a72b10744
prerequisite-patch-id: 63f7a35baf213cb869f0dbc9c06cd543b7ca3f32

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


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

end of thread, other threads:[~2025-05-20  2:15 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08  1:42 [PATCH 00/10] drm/msm: add support for SAR2130P Dmitry Baryshkov
2025-03-08  1:42 ` [PATCH 01/10] dt-bindings: display/msm: dp-controller: describe SAR2130P Dmitry Baryshkov
2025-03-10  7:22   ` Krzysztof Kozlowski
2025-03-08  1:42 ` [PATCH 02/10] dt-bindings: display/msm: dsi-controller-main: " Dmitry Baryshkov
2025-03-10  7:22   ` Krzysztof Kozlowski
2025-03-08  1:42 ` [PATCH 03/10] dt-bindings: display/msm: dsi-phy-7nm: " Dmitry Baryshkov
2025-03-10  7:23   ` Krzysztof Kozlowski
2025-03-08  1:42 ` [PATCH 04/10] dt-bindings: display/msm: qcom,sc7280-dpu: " Dmitry Baryshkov
2025-03-10  7:23   ` Krzysztof Kozlowski
2025-03-08  1:42 ` [PATCH 05/10] dt-bindings: display/msm: Add Qualcomm SAR2130P Dmitry Baryshkov
2025-03-08  3:40   ` Rob Herring (Arm)
2025-03-08  5:09     ` Dmitry Baryshkov
2025-03-10 13:30       ` Rob Herring
2025-03-10  7:40   ` Krzysztof Kozlowski
2025-03-08  1:42 ` [PATCH 06/10] drm/msm/mdss: add SAR2130P device configuration Dmitry Baryshkov
2025-03-08  2:00   ` Dmitry Baryshkov
2025-03-09  3:01   ` kernel test robot
2025-03-09  3:12   ` kernel test robot
2025-03-08  1:42 ` [PATCH 07/10] drm/msm/dsi/phy: add configuration for SAR2130P Dmitry Baryshkov
2025-03-08 14:17   ` Konrad Dybcio
2025-03-08 15:25     ` Dmitry Baryshkov
2025-03-08  1:42 ` [PATCH 08/10] drm/msm/dpu: add catalog entry " Dmitry Baryshkov
2025-03-08  1:42 ` [PATCH 09/10] iommu/arm-smmu-qcom: Add SAR2130P MDSS compatible Dmitry Baryshkov
2025-03-08  1:42 ` [PATCH 10/10] arm64: dts: qcom: sar2130p: add display nodes Dmitry Baryshkov
2025-05-20  2:14 ` (subset) [PATCH 00/10] drm/msm: add support for SAR2130P Bjorn Andersson

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