Skip to content

Commit 512f9f1

Browse files
committed
Merge tag 'drm-msm-next-2026-04-02' of https://gitlab.freedesktop.org/drm/msm into drm-next
Changes for v7.1 CI: - Uprev mesa - Restore CI jobs for Qualcomm APQ8016 and APQ8096 devices Core: - Switched to of_get_available_child_by_name() DPU: - Fixes for DSC panels - Fixed brownout because of the frequency / OPP mismatch - Quad pipe preparation (not enabled yet) - Switched to virtual planes by default - Dropped VBIF_NRT support - Added support for Eliza platform - Reworked alpha handling - Switched to correct CWB definitions on Eliza - Dropped dummy INTF_0 on MSM8953 - Corrected INTFs related to DP-MST DP: - Removed debug prints looking into PHY internals DSI: - Fixes for DSC panels - RGB101010 support - Support for SC8280XP - Moved PHY bindings from display/ to phy/ GPU: - Preemption support for x2-85 and a840 - IFPC support for a840 - SKU detection support for x2-85 and a840 - Expose AQE support (VK ray-pipeline) - Avoid locking in VM_BIND fence signaling path - Fix to avoid reclaim in GPU snapshot path - Disallow foreign mapping of _NO_SHARE BOs - Couple a6xx gpu snapshot fixes - Various other fixes HDMI: - Fixed infoframes programming MDP5: - Dropped support for MSM8974v1 - Dropped now unused code for MSM8974 v1 and SDM660 / MSM8998 Also misc small fixes Signed-off-by: Dave Airlie <airlied@redhat.com> From: Rob Clark <rob.clark@oss.qualcomm.com> Link: https://patch.msgid.link/CACSVV012vn73BaUfk=Hw4WkQHZNPHiqfifWEunAqMc2EGOWUEQ@mail.gmail.com
2 parents cdd65e8 + a972d1b commit 512f9f1

163 files changed

Lines changed: 3184 additions & 1462 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/display/msm/dp-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ properties:
6767

6868
- items:
6969
- enum:
70+
- qcom,eliza-dp
7071
- qcom,sm8750-dp
7172
- const: qcom,sm8650-dp
7273

Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@ properties:
4949
- items:
5050
- enum:
5151
- qcom,qcs8300-dsi-ctrl
52+
- qcom,sc8280xp-dsi-ctrl
5253
- const: qcom,sa8775p-dsi-ctrl
5354
- const: qcom,mdss-dsi-ctrl
55+
- items:
56+
- const: qcom,eliza-dsi-ctrl
57+
- const: qcom,sm8750-dsi-ctrl
58+
- const: qcom,mdss-dsi-ctrl
5459
- enum:
5560
- qcom,dsi-ctrl-6g-qcm2290
5661
- qcom,mdss-dsi-ctrl # This should always come with an SoC-specific compatible

Documentation/devicetree/bindings/display/msm/gmu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ allOf:
9191
compatible:
9292
contains:
9393
enum:
94+
- qcom,adreno-gmu-615.0
9495
- qcom,adreno-gmu-618.0
9596
- qcom,adreno-gmu-630.2
9697
then:

Documentation/devicetree/bindings/display/msm/gpu.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -440,13 +440,6 @@ allOf:
440440
clocks: false
441441
clock-names: false
442442

443-
reg-names:
444-
minItems: 1
445-
items:
446-
- const: kgsl_3d0_reg_memory
447-
- const: cx_mem
448-
- const: cx_dbgc
449-
450443
examples:
451444
- |
452445

0 commit comments

Comments
 (0)