[PATCH v3 0/7] drm/msm: Add display support for Glymur platform

Abel Vesa posted 7 patches 1 month, 3 weeks ago
.../bindings/display/msm/dp-controller.yaml        |   3 +
.../bindings/display/msm/qcom,glymur-mdss.yaml     | 264 ++++++++++
.../bindings/display/msm/qcom,sm8650-dpu.yaml      |   1 +
.../drm/msm/disp/dpu1/catalog/dpu_12_2_glymur.h    | 541 +++++++++++++++++++++
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_hw_mdss.h        |   6 +
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c            |   1 +
drivers/gpu/drm/msm/dp/dp_display.c                |   9 +
drivers/gpu/drm/msm/msm_mdss.c                     |   1 +
drivers/soc/qcom/ubwc_config.c                     |  12 +
11 files changed, 840 insertions(+)
[PATCH v3 0/7] drm/msm: Add display support for Glymur platform
Posted by Abel Vesa 1 month, 3 weeks ago
The Glymur MDSS is based on the one found in SM8750, with 2 minor number
version bump.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
Changes in v3:
 - Re-worded first commit in order to better suggest the incompatiblity
   with previous platforms.
 - Picked up Krzysztof R-b tag for 1st patch.
 - Picked up Dmitry's R-b tag for 7th patch.
 - Link to v2: https://lore.kernel.org/r/20251014-glymur-display-v2-0-ff935e2f88c5@linaro.org

Changes in v2:
 - Picked-up Krzysztof's and Dmitry's R-b tags.
 - Fixed the bindings check reported by Rob.
 - Fixed indentation reported by Krzysztof.
 - Re-worded the commits to better explain the incompatibility
   with previous platforms.
 - Add the UBWC config patch, as suggested by Dmitry.
 - Link to v1: https://lore.kernel.org/r/20250911-glymur-display-v1-0-d391a343292e@linaro.org

---
Abel Vesa (7):
      dt-bindings: display: msm: Document the Glymur Mobile Display SubSystem
      dt-bindings: display: msm: Document the Glymur Display Processing Unit
      dt-bindings: display: msm: Document the Glymur DiplayPort controller
      drm/msm/mdss: Add Glymur device configuration
      drm/msm/dpu: Add support for Glymur
      drm/msm/dp: Add support for Glymur
      soc: qcom: ubwc: Add configuration Glymur platform

 .../bindings/display/msm/dp-controller.yaml        |   3 +
 .../bindings/display/msm/qcom,glymur-mdss.yaml     | 264 ++++++++++
 .../bindings/display/msm/qcom,sm8650-dpu.yaml      |   1 +
 .../drm/msm/disp/dpu1/catalog/dpu_12_2_glymur.h    | 541 +++++++++++++++++++++
 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_hw_mdss.h        |   6 +
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c            |   1 +
 drivers/gpu/drm/msm/dp/dp_display.c                |   9 +
 drivers/gpu/drm/msm/msm_mdss.c                     |   1 +
 drivers/soc/qcom/ubwc_config.c                     |  12 +
 11 files changed, 840 insertions(+)
---
base-commit: 8fec172c82c2b5f6f8e47ab837c1dc91ee3d1b87
change-id: 20250910-glymur-display-12d18a2bd741

Best regards,
-- 
Abel Vesa <abel.vesa@linaro.org>
Re: [PATCH v3 0/7] drm/msm: Add display support for Glymur platform
Posted by Dmitry Baryshkov 1 month ago
On Mon, 27 Oct 2025 16:59:17 +0200, Abel Vesa wrote:
> The Glymur MDSS is based on the one found in SM8750, with 2 minor number
> version bump.
> 
> 

Applied to msm-next, thanks!

[1/7] dt-bindings: display: msm: Document the Glymur Mobile Display SubSystem
      https://gitlab.freedesktop.org/lumag/msm/-/commit/29deccdb0927
[2/7] dt-bindings: display: msm: Document the Glymur Display Processing Unit
      https://gitlab.freedesktop.org/lumag/msm/-/commit/306305f38cd5
[3/7] dt-bindings: display: msm: Document the Glymur DiplayPort controller
      https://gitlab.freedesktop.org/lumag/msm/-/commit/144a3862f626
[4/7] drm/msm/mdss: Add Glymur device configuration
      https://gitlab.freedesktop.org/lumag/msm/-/commit/401388017c14
[5/7] drm/msm/dpu: Add support for Glymur
      https://gitlab.freedesktop.org/lumag/msm/-/commit/d15c65a4645c
[6/7] drm/msm/dp: Add support for Glymur
      https://gitlab.freedesktop.org/lumag/msm/-/commit/eaedeef2b9aa
[7/7] soc: qcom: ubwc: Add configuration Glymur platform
      (no commit info)

Best regards,
-- 
With best wishes
Dmitry