Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/5] Display enablement changes for Qualcomm QCS8300 platform
@ 2024-11-27  7:05 Yongxing Mou
  2024-11-27  7:05 ` [PATCH 1/5] dt-bindings: display/msm: Document MDSS on QCS8300 Yongxing Mou
                   ` (5 more replies)
  0 siblings, 6 replies; 29+ messages in thread
From: Yongxing Mou @ 2024-11-27  7:05 UTC (permalink / raw)
  To: Ritesh Kumar, Rob Clark, Dmitry Baryshkov, Sean Paul,
	Marijn Suijten, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Bjorn Andersson, Konrad Dybcio
  Cc: Abhinav Kumar, linux-arm-msm, dri-devel, freedreno, devicetree,
	linux-kernel, Yongxing Mou

This series introduces support to enable the Mobile Display Subsystem (MDSS)
and Display Processing Unit (DPU) for the Qualcomm QCS8300 target. It
includes the addition of the hardware catalog, compatible string,
relevant device tree changes, and their YAML bindings.

Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com>
---
This series depends on following series:
https://lore.kernel.org/all/20241114-qcs8300-mm-cc-dt-patch-v1-1-7a974508c736@quicinc.com/
https://lore.kernel.org/all/20240925-qcs8300_initial_dtsi-v2-0-494c40fa2a42@quicinc.com/

---
Yongxing Mou (5):
      dt-bindings: display/msm: Document MDSS on QCS8300
      dt-bindings: display/msm: Document the DPU for QCS8300
      drm/msm: mdss: Add QCS8300 support
      drm/msm/dpu: Add QCS8300 support
      arm64: dts: qcom: qcs8300: add display dt nodes for MDSS and DPU

 .../bindings/display/msm/qcom,qcs8300-mdss.yaml    | 239 ++++++++++
 .../bindings/display/msm/qcom,sm8650-dpu.yaml      |   1 +
 arch/arm64/boot/dts/qcom/qcs8300.dtsi              |  87 ++++
 .../drm/msm/disp/dpu1/catalog/dpu_8_4_qcs8300.h    | 485 +++++++++++++++++++++
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c     |   1 +
 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/msm_mdss.c                     |  11 +
 8 files changed, 826 insertions(+)
---
base-commit: 414c97c966b69e4a6ea7b32970fa166b2f9b9ef0
change-id: 20241121-mdss_qcs8300-c31b52c0d599
prerequisite-message-id: 20240925-qcs8300_initial_dtsi-v2-0-494c40fa2a42@quicinc.com
prerequisite-patch-id: 73c78f31fa1d504124d4a82b578a6a14126cccd8
prerequisite-patch-id: 5a01283c8654ae7c696d9c69cb21505b71c5ca27
prerequisite-patch-id: dc633d5aaac790776a8a213ea2faa4890a3f665d
prerequisite-patch-id: 9ecf4cb8b5842ac64e51d6baa0e6c1fbe449ee66
prerequisite-message-id: 20241114-qcs8300-mm-cc-dt-patch-v1-1-7a974508c736@quicinc.com
prerequisite-patch-id: 8faad5c6d8ca255935d3e4d317dcbcc32b8261ff

Best regards,
-- 
Yongxing Mou <quic_yongmou@quicinc.com>


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

end of thread, other threads:[~2024-12-05  9:04 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27  7:05 [PATCH 0/5] Display enablement changes for Qualcomm QCS8300 platform Yongxing Mou
2024-11-27  7:05 ` [PATCH 1/5] dt-bindings: display/msm: Document MDSS on QCS8300 Yongxing Mou
2024-11-27  7:15   ` Krzysztof Kozlowski
2024-11-27  7:35     ` Yongxing Mou
2024-11-27  8:21   ` Rob Herring (Arm)
2024-11-27 11:02     ` Yongxing Mou
2024-11-27 12:01       ` Krzysztof Kozlowski
2024-11-27  7:05 ` [PATCH 2/5] dt-bindings: display/msm: Document the DPU for QCS8300 Yongxing Mou
2024-11-27 13:56   ` Dmitry Baryshkov
2024-11-27  7:05 ` [PATCH 3/5] drm/msm: mdss: Add QCS8300 support Yongxing Mou
2024-11-27 13:46   ` Dmitry Baryshkov
2024-11-29  9:55     ` Yongxing Mou
2024-11-29 13:37       ` Dmitry Baryshkov
2024-12-05  9:04         ` Yongxing Mou
2024-11-29 18:55   ` Dmitry Baryshkov
2024-12-05  2:46     ` Yongxing Mou
2024-11-27  7:05 ` [PATCH 4/5] drm/msm/dpu: " Yongxing Mou
2024-11-27 13:49   ` Dmitry Baryshkov
2024-11-29 10:01     ` Yongxing Mou
2024-11-29 13:32       ` Dmitry Baryshkov
2024-11-27  7:05 ` [PATCH 5/5] arm64: dts: qcom: qcs8300: add display dt nodes for MDSS and DPU Yongxing Mou
2024-11-27  7:13 ` [PATCH 0/5] Display enablement changes for Qualcomm QCS8300 platform Krzysztof Kozlowski
2024-11-27 10:54   ` Yongxing Mou
2024-11-27 11:06     ` Tingwei Zhang
2024-11-27 11:46       ` Yongxing Mou
2024-11-27 12:01     ` Krzysztof Kozlowski
2024-11-29 10:05       ` Yongxing Mou
2024-11-27 13:51     ` Dmitry Baryshkov
2024-11-29 10:06       ` Yongxing Mou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox