This very very very very long overdue series brings SM63(50|75) support to the DPU1 driver. Konrad Dybcio (10): dt-bindings: display/msm: dsi-controller-main: Add SM6350 dt-bindings: display/msm: dsi-controller-main: Add SM6375 dt-bindings: display/msm: Add SM6350 DPU & MDSS dt-bindings: display/msm: Add SM6375 DPU & MDSS drm/msm/dpu: Allow variable SSPP/INTF_BLK size drm/msm/dpu: Add SM6350 support drm/msm/dpu: Add SM6375 support iommu/arm-smmu-qcom: Add SM6375 DPU compatible iommu/arm-smmu-qcom: Add SM6350 DPU compatible iommu/arm-smmu-qcom: Sort the compatible list alphabetically .../display/msm/dsi-controller-main.yaml | 4 + .../bindings/display/msm/qcom,sm6350-dpu.yaml | 94 +++ .../display/msm/qcom,sm6350-mdss.yaml | 213 +++++++ .../bindings/display/msm/qcom,sm6375-dpu.yaml | 106 ++++ .../display/msm/qcom,sm6375-mdss.yaml | 216 +++++++ .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 549 ++++++++++++++---- .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h | 4 + drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 2 + drivers/gpu/drm/msm/msm_mdss.c | 3 + drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 6 +- 10 files changed, 1074 insertions(+), 123 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm6350-mdss.yaml create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm6375-dpu.yaml create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm6375-mdss.yaml -- 2.39.1