[PATCH v2 0/5] Display enablement changes for Qualcomm SA8775P platform

Mahadevan posted 5 patches 2 months ago
Only 0 patches received!
There is a newer version of this series
.../display/msm/qcom,sa8775p-dpu.yaml         | 122 +++++
.../display/msm/qcom,sa8775p-mdss.yaml        | 239 +++++++++
arch/arm64/boot/dts/qcom/sa8775p.dtsi         |  87 ++++
.../msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h   | 485 ++++++++++++++++++
.../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c    |   3 +-
.../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h    |   3 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c       |   3 +-
drivers/gpu/drm/msm/msm_mdss.c                |  11 +
8 files changed, 950 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-dpu.yaml
create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml
create mode 100644 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h
[PATCH v2 0/5] Display enablement changes for Qualcomm SA8775P platform
Posted by Mahadevan 2 months ago
This series introduces support to enable the Mobile Display Subsystem (MDSS)
and Display Processing Unit (DPU) for the Qualcomm SA8775P target. It
includes the addition of the hardware catalog, compatible string,
relevant device tree changes, and their YAML bindings.

---

In this series PATCH 5: "arm64: dts: qcom: sa8775p: add display dt nodes"
depends on the clock enablement change:
https://lore.kernel.org/all/20240816-sa8775p-mm-v3-v1-0-77d53c3c0cef@quicinc.com/

---

[v2]
- Updated cover letter subject and message. [Dmitry]
- Use fake DISPCC nodes to avoid clock dependencies in dt-bindings. [Dmitry]
- Update bindings by fixing dt_binding_check tool errors (update includes in example),
  adding proper spacing and indentation in the binding example, droping unused labels,
  droping status disable, adding reset node. [Dmitry, Rob, Krzysztof]
- Reorder compatible string of MDSS and DPU based on alphabetical order.[Dmitry]
- add reg_bus_bw in msm_mdss_data. [Dmitry]
- Fix indentation in the devicetree. [Dmitry]

---

Mahadevan (5):
  dt-bindings: display/msm: Document MDSS on SA8775P
  dt-bindings: display/msm: Document the DPU for SA8775P
  drm/msm: mdss: Add SA8775P support
  drm/msm/dpu: Add SA8775P support
  arm64: dts: qcom: sa8775p: add display dt nodes

 .../display/msm/qcom,sa8775p-dpu.yaml         | 122 +++++
 .../display/msm/qcom,sa8775p-mdss.yaml        | 239 +++++++++
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         |  87 ++++
 .../msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h   | 485 ++++++++++++++++++
 .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c    |   3 +-
 .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h    |   3 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c       |   3 +-
 drivers/gpu/drm/msm/msm_mdss.c                |  11 +
 8 files changed, 950 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-dpu.yaml
 create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml
 create mode 100644 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h

-- 
2.34.1
Re: [PATCH v2 0/5] Display enablement changes for Qualcomm SA8775P platform
Posted by Mahadevan P 2 months ago
Sorry, Please ignore this thread/coverletter

On 9/26/2024 4:33 PM, Mahadevan wrote:
> This series introduces support to enable the Mobile Display Subsystem (MDSS)
> and Display Processing Unit (DPU) for the Qualcomm SA8775P target. It
> includes the addition of the hardware catalog, compatible string,
> relevant device tree changes, and their YAML bindings.
>
> ---
>
> In this series PATCH 5: "arm64: dts: qcom: sa8775p: add display dt nodes"
> depends on the clock enablement change:
> https://lore.kernel.org/all/20240816-sa8775p-mm-v3-v1-0-77d53c3c0cef@quicinc.com/
>
> ---
>
> [v2]
> - Updated cover letter subject and message. [Dmitry]
> - Use fake DISPCC nodes to avoid clock dependencies in dt-bindings. [Dmitry]
> - Update bindings by fixing dt_binding_check tool errors (update includes in example),
>    adding proper spacing and indentation in the binding example, droping unused labels,
>    droping status disable, adding reset node. [Dmitry, Rob, Krzysztof]
> - Reorder compatible string of MDSS and DPU based on alphabetical order.[Dmitry]
> - add reg_bus_bw in msm_mdss_data. [Dmitry]
> - Fix indentation in the devicetree. [Dmitry]
>
> ---
>
> Mahadevan (5):
>    dt-bindings: display/msm: Document MDSS on SA8775P
>    dt-bindings: display/msm: Document the DPU for SA8775P
>    drm/msm: mdss: Add SA8775P support
>    drm/msm/dpu: Add SA8775P support
>    arm64: dts: qcom: sa8775p: add display dt nodes
>
>   .../display/msm/qcom,sa8775p-dpu.yaml         | 122 +++++
>   .../display/msm/qcom,sa8775p-mdss.yaml        | 239 +++++++++
>   arch/arm64/boot/dts/qcom/sa8775p.dtsi         |  87 ++++
>   .../msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h   | 485 ++++++++++++++++++
>   .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c    |   3 +-
>   .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h    |   3 +-
>   drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c       |   3 +-
>   drivers/gpu/drm/msm/msm_mdss.c                |  11 +
>   8 files changed, 950 insertions(+), 3 deletions(-)
>   create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-dpu.yaml
>   create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml
>   create mode 100644 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_4_sa8775p.h
>
Re: [PATCH v2 0/5] Display enablement changes for Qualcomm SA8775P platform
Posted by Bjorn Andersson 2 months ago
On Thu, Sep 26, 2024 at 04:55:02PM GMT, Mahadevan P wrote:
> Sorry, Please ignore this thread/coverletter
> 

go/upstream and adopt b4, please.