You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/Documentation/devicetree/bindings/display/msm/sde-hyp.txt

20 lines
647 B

Qualcomm Technologies, Inc. SDE KMS HYP
Snapdragon Display Engine HYP 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"
Optional properties:
- qcom,client-id: A four character string that is converted to a u32. It's
understood as a hex value, if compatible (i.e. "7816").
Otherwise, it is treated as a FourCC sequence code
(i.e. "LV01").
Example:
sde_kms_hyp: qcom,sde_kms_hyp@900000 {
compatible = "qcom,sde-kms-hyp";
qcom,client-id = "7816";
};