sysfs-platform_profile 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. What: /sys/firmware/acpi/platform_profile_choices
  2. Date: October 2020
  3. Contact: Hans de Goede <[email protected]>
  4. Description: This file contains a space-separated list of profiles supported for this device.
  5. Drivers must use the following standard profile-names:
  6. ==================== ========================================
  7. low-power Low power consumption
  8. cool Cooler operation
  9. quiet Quieter operation
  10. balanced Balance between low power consumption
  11. and performance
  12. balanced-performance Balance between performance and low
  13. power consumption with a slight bias
  14. towards performance
  15. performance High performance operation
  16. ==================== ========================================
  17. Userspace may expect drivers to offer more than one of these
  18. standard profile names.
  19. What: /sys/firmware/acpi/platform_profile
  20. Date: October 2020
  21. Contact: Hans de Goede <[email protected]>
  22. Description: Reading this file gives the current selected profile for this
  23. device. Writing this file with one of the strings from
  24. platform_profile_choices changes the profile to the new value.
  25. This file can be monitored for changes by polling for POLLPRI,
  26. POLLPRI will be signalled on any changes, independent of those
  27. changes coming from a userspace write; or coming from another
  28. source such as e.g. a hotkey triggered profile change handled
  29. either directly by the embedded-controller or fully handled
  30. inside the kernel.