OSDN Git Service

Documentation: Add documentation for new platform_profile sysfs attribute
authorMark Pearson <markpearson@lenovo.com>
Wed, 30 Dec 2020 00:18:25 +0000 (19:18 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Dec 2020 17:28:57 +0000 (18:28 +0100)
commit8e0cbf356377fabac47a027dd176cd1cacc5fc01
tree25ccc3b5f41e82ed9a8d226c1c7642bb98743f75
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
Documentation: Add documentation for new platform_profile sysfs attribute

On modern systems the platform performance, temperature, fan and other
hardware related characteristics are often dynamically configurable. The
profile is often automatically adjusted to the load by some
automatic-mechanism (which may very well live outside the kernel).

These auto platform-adjustment mechanisms often can be configured with
one of several 'platform-profiles', with either a bias towards low-power
consumption or towards performance (and higher power consumption and
thermals).

Introduce a new platform_profile sysfs API which offers a generic API for
selecting the performance-profile of these automatic-mechanisms.

Co-developed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Pearson <markpearson@lenovo.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/ABI/testing/sysfs-platform_profile [new file with mode: 0644]
Documentation/userspace-api/index.rst
Documentation/userspace-api/sysfs-platform_profile.rst [new file with mode: 0644]