Message ID | 20241127-mdss_qcs8300-v1-0-29b2c3ee95b8@quicinc.com |
---|---|
Headers | show |
Series | Display enablement changes for Qualcomm QCS8300 platform | expand |
On 2024/11/27 20:01, Krzysztof Kozlowski wrote: > On 27/11/2024 11:54, Yongxing Mou wrote: >> >> >> On 2024/11/27 15:13, Krzysztof Kozlowski wrote: >>> On 27/11/2024 08:05, Yongxing Mou wrote: >>>> 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/ >>> Above was not part of this merge window, so nothing from your patchset >>> can be merged for this v6.14. >>> >>> If you want things to get merged, I suggest decoupling dependencies. >>> >> Thanks for reviewing.Can we keep the dependency on above changes and >> merge our changes after the dependent changes are merged? > So merged in 4 months? for v6.15-rc1? You can. > Thank you for your reminder.agree with you that should decouple dependencies in next patchset.I will submit the drive changes and the dtsi changes separately. > Best regards, > Krzysztof
On 2024/11/27 21:51, Dmitry Baryshkov wrote: > On Wed, Nov 27, 2024 at 06:54:10PM +0800, Yongxing Mou wrote: >> >> >> On 2024/11/27 15:13, Krzysztof Kozlowski wrote: >>> On 27/11/2024 08:05, Yongxing Mou wrote: >>>> 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/ >>> Above was not part of this merge window, so nothing from your patchset >>> can be merged for this v6.14. >>> >>> If you want things to get merged, I suggest decoupling dependencies. >>> >> Thanks for reviewing.Can we keep the dependency on above changes and merge >> our changes after the dependent changes are merged? > > Just drop _all_dependencies from display/msm patches. Otherwise I won't > be able to pick them up until 6.15-rc. Use ephemeral DT nodes in the > examples. > Thanks, got it. will update it in next patchset.
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,