adreno-busmon.txt 400 B

12345678910111213141516
  1. Adreno bus monitor device
  2. kgsl-busmon is a psedo device that represents a devfreq bus bandwidth
  3. governor. If this device is present then two different governors are used
  4. for GPU DCVS and bus DCVS.
  5. Required properties:
  6. - compatible: Must be "qcom,kgsl-busmon"
  7. - label: Device name used for sysfs entry.
  8. Example:
  9. qcom,kgsl-busmon {
  10. compatible = "qcom,kgsl-busmon";
  11. label = "kgsl-busmon";
  12. };