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.
16 lines
400 B
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";
|
|
};
|
|
|