[Freedreno] [PATCH v2 0/6] SDM670 display subsystem support
Richard Acayan
mailingradian at gmail.com
Tue Oct 3 01:21:21 UTC 2023
Changes since v1 (20230925232625.846666-9-mailingradian at 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
More information about the Freedreno
mailing list