diff options
| author | Camus Wong <camusw@codeaurora.org> | 2017-08-14 16:51:07 -0400 |
|---|---|---|
| committer | Camus Wong <camusw@codeaurora.org> | 2017-12-13 12:37:20 -0500 |
| commit | 822f9b4e0b428e90eea8ecdecee9012f5821628d (patch) | |
| tree | bdddec6b0fbeae474f1d0ab24722279081ed6194 /Documentation | |
| parent | aaf4841e27b932dec6fae2703fae284627f335fb (diff) | |
drm/msm-hyp: new virtual msm driver
This driver is enabled on hypervisor builds for the purpose of
creating a DRM device that DRM Master can open and listen on for
VBlank and Page Flip events.
Change-Id: Ib9b2df5ae0e2c33145663b3f515595e8f433a850
Signed-off-by: Camus Wong <camusw@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/display/msm/sde-hyp.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/sde-hyp.txt b/Documentation/devicetree/bindings/display/msm/sde-hyp.txt new file mode 100644 index 000000000000..6e60822ad95b --- /dev/null +++ b/Documentation/devicetree/bindings/display/msm/sde-hyp.txt @@ -0,0 +1,13 @@ +Qualcomm Technologies, Inc. SDE KMS HYP + +Snapdragon Display Engine registers with the Linux DRM/KMS framework to +facilitate DRM driver creation, publishing /dev/dri/card0, and sending +VBlank and Page Flip events to User Space listeners. + +Required properties +- compatible: Must be "qcom,sde-kms-hyp" + +Example: + sde_kms_hyp: qcom,sde_kms_hyp@900000 { + compatible = "qcom,sde-kms-hyp"; + }; |
