Skip to content

Commit

Permalink
Merge tag 'drm-msm-display-for-6.2' of https://gitlab.freedesktop.org…
Browse files Browse the repository at this point in the history
…/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 <airlied@redhat.com>

From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20221126102141.721353-1-dmitry.baryshkov@linaro.org
  • Loading branch information
Dave Airlie committed Nov 30, 2022
2 parents f513a19 + 8d1d17d commit 92e11dd
Show file tree
Hide file tree
Showing 54 changed files with 3,490 additions and 1,604 deletions.
52 changes: 52 additions & 0 deletions Documentation/devicetree/bindings/display/msm/dpu-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
%YAML 1.2
---
$id: http://devicetree.org/schemas/display/msm/dpu-common.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm Display DPU common properties

maintainers:
- Krishna Manikandan <quic_mkrishn@quicinc.com>
- Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
- Rob Clark <robdclark@gmail.com>

description: |
Common properties for QCom DPU display controller.
properties:
interrupts:
maxItems: 1

power-domains:
maxItems: 1

operating-points-v2: true
opp-table:
type: object

ports:
$ref: /schemas/graph.yaml#/properties/ports
description: |
Contains the list of output ports from DPU device. These ports
connect to interfaces that are external to the DPU hardware,
such as DSI, DP etc.
patternProperties:
"^port@[0-9a-f]+$":
$ref: /schemas/graph.yaml#/properties/port

# at least one port is required
required:
- port@0

required:
- compatible
- reg
- reg-names
- clocks
- interrupts
- power-domains
- operating-points-v2
- ports

additionalProperties: true
223 changes: 0 additions & 223 deletions Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml

This file was deleted.

Loading

0 comments on commit 92e11dd

Please sign in to comment.