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/gpu/adreno-busmon.txt

16 lines
400 B

Adreno bus monitor device
kgsl-busmon is a psedo device that represents a devfreq bus bandwidth
governor. If this device is present then two different governors are used
for GPU DCVS and bus DCVS.
Required properties:
- compatible: Must be "qcom,kgsl-busmon"
- label: Device name used for sysfs entry.
Example:
qcom,kgsl-busmon {
compatible = "qcom,kgsl-busmon";
label = "kgsl-busmon";
};