devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] SDM670 display subsystem support
@ 2023-10-03  1:21 Richard Acayan
  2023-10-03  1:21 ` [PATCH v2 1/6] dt-bindings: display/msm: dsi-controller-main: add SDM670 compatible Richard Acayan
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Richard Acayan @ 2023-10-03  1:21 UTC (permalink / raw)
  To: Rob Clark, Abhinav Kumar, Dmitry Baryshkov, Sean Paul,
	Marijn Suijten, David Airlie, Daniel Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Neil Armstrong, Robert Foss, Kuogee Hsieh,
	Vinod Polimera, Ryan McCann, Jessica Zhang, Liu Shixin,
	Krishna Manikandan, linux-arm-msm, dri-devel, freedreno,
	devicetree
  Cc: Richard Acayan

Changes since v1 (20230925232625.846666-9-mailingradian@gmail.com):
 - prefix dsi1 labels with `mdss_` in example dts (3/6)
 - make all parts of catalog entry const (5/6)
 - add spaces before closing brackets on same line (5/6)
 - join opening and closing braces on the same line in dsc array (5/6)

This series adds support for the display subsystem on the Snapdragon
670. It is based on an earlier patch a few versions back, which had
missing device tree bindings and device tree changes.

There is a separate IOMMU patch which adds the MDSS compatible to a
workaround.

Richard Acayan (6):
  dt-bindings: display/msm: dsi-controller-main: add SDM670 compatible
  dt-bindings: display/msm: sdm845-dpu: Describe SDM670
  dt-bindings: display: msm: Add SDM670 MDSS
  drm/msm: mdss: add support for SDM670
  drm/msm/dpu: Add hw revision 4.1 (SDM670)
  arm64: dts: qcom: sdm670: add display subsystem

 .../display/msm/dsi-controller-main.yaml      |   1 +
 .../display/msm/qcom,sdm670-mdss.yaml         | 287 +++++++++++++++++
 .../bindings/display/msm/qcom,sdm845-dpu.yaml |   4 +-
 arch/arm64/boot/dts/qcom/sdm670.dtsi          | 294 ++++++++++++++++++
 .../msm/disp/dpu1/catalog/dpu_4_1_sdm670.h    | 104 +++++++
 .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c    |   6 +
 .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h    |   1 +
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c       |   1 +
 drivers/gpu/drm/msm/msm_mdss.c                |   7 +
 9 files changed, 704 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sdm670-mdss.yaml
 create mode 100644 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_1_sdm670.h

-- 
2.42.0


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

end of thread, other threads:[~2023-10-06 15:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03  1:21 [PATCH v2 0/6] SDM670 display subsystem support Richard Acayan
2023-10-03  1:21 ` [PATCH v2 1/6] dt-bindings: display/msm: dsi-controller-main: add SDM670 compatible Richard Acayan
2023-10-03  1:21 ` [PATCH v2 2/6] dt-bindings: display/msm: sdm845-dpu: Describe SDM670 Richard Acayan
2023-10-03  1:21 ` [PATCH v2 3/6] dt-bindings: display: msm: Add SDM670 MDSS Richard Acayan
2023-10-03  8:48   ` Krzysztof Kozlowski
2023-10-03 10:31     ` Dmitry Baryshkov
2023-10-03 11:12       ` Krzysztof Kozlowski
2023-10-03  1:21 ` [PATCH v2 4/6] drm/msm: mdss: add support for SDM670 Richard Acayan
2023-10-06 12:00   ` Dmitry Baryshkov
2023-10-03  1:21 ` [PATCH v2 5/6] drm/msm/dpu: Add hw revision 4.1 (SDM670) Richard Acayan
2023-10-06 15:05   ` Dmitry Baryshkov
2023-10-03  1:21 ` [PATCH v2 6/6] arm64: dts: qcom: sdm670: add display subsystem Richard Acayan
2023-10-06 12:05   ` Dmitry Baryshkov

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