Skip to content

Commit 92e11dd

Browse files
committed
Merge tag 'drm-msm-display-for-6.2' of https://gitlab.freedesktop.org/lumag/msm into drm-next
drm/msm updates for 6.2 Core: - MSM_INFO_GET_FLAGS support - Cleaned up MSM IOMMU wrapper code DPU: - Added support for XR30 and P010 image formats - Reworked MDSS/DPU schema, added SM8250 MDSS bindings - Added Qualcomm SM6115 support DP: - Dropped unsane sanity checks DSI: - Fix calculation of DSC pps payload DSI PHY: - DSI PHY support for QCM2290 HDMI: - Reworked dev init path Signed-off-by: Dave Airlie <[email protected]> From: Dmitry Baryshkov <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents f513a19 + 8d1d17d commit 92e11dd

Some content is hidden

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

54 files changed

+3490
-1604
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
%YAML 1.2
2+
---
3+
$id: http://devicetree.org/schemas/display/msm/dpu-common.yaml#
4+
$schema: http://devicetree.org/meta-schemas/core.yaml#
5+
6+
title: Qualcomm Display DPU common properties
7+
8+
maintainers:
9+
- Krishna Manikandan <[email protected]>
10+
- Dmitry Baryshkov <[email protected]>
11+
- Rob Clark <[email protected]>
12+
13+
description: |
14+
Common properties for QCom DPU display controller.
15+
16+
properties:
17+
interrupts:
18+
maxItems: 1
19+
20+
power-domains:
21+
maxItems: 1
22+
23+
operating-points-v2: true
24+
opp-table:
25+
type: object
26+
27+
ports:
28+
$ref: /schemas/graph.yaml#/properties/ports
29+
description: |
30+
Contains the list of output ports from DPU device. These ports
31+
connect to interfaces that are external to the DPU hardware,
32+
such as DSI, DP etc.
33+
34+
patternProperties:
35+
"^port@[0-9a-f]+$":
36+
$ref: /schemas/graph.yaml#/properties/port
37+
38+
# at least one port is required
39+
required:
40+
- port@0
41+
42+
required:
43+
- compatible
44+
- reg
45+
- reg-names
46+
- clocks
47+
- interrupts
48+
- power-domains
49+
- operating-points-v2
50+
- ports
51+
52+
additionalProperties: true

Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)