Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b1babfb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: drm: msm-lease: add empty resource support"

parents 7237a9ca 7b0ecfc1
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -4,14 +4,21 @@ Snapdragon Display Engine Lease registers with the Linux DRM/KMS framework to
facilitate DRM driver creation, publishing /dev/dri/card<n>, n=1,2,... from
card0 with objects implicitly leased.

This device must be added to the connectors list of qcom,sde-kms device.

Required properties
- compatible: Must be "qcom,sde-kms-lease".
- qcom,lease-connectors: Connector names leased to the card.
- qcom,lease-planes: Plane names leased to the card.

Optional properties
- qcom,lease-connectors: Connector names leased to the card.
- qcom,lease-planes: Plane names leased to the card.
- qcom,dev-name: Name of the lease device.

If there are cards with qcom,lease-connectors and/or qcom,lease-planes not
defined, the last one with empty connectors and/or planes in the connectors
list of qcom,sde-kms device will have all the remaining connectors and/or
planes that are not leased to other cards.

Example:
	card1: qcom,sde-kms-lease@0 {
		compatible = "qcom,sde-kms-lease";