Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux-2.6-microblaze.git] / Documentation / ABI / stable / sysfs-acpi-pmprofile
1 What:           /sys/firmware/acpi/pm_profile
2 Date:           03-Nov-2011
3 KernelVersion:  v3.2
4 Contact:        linux-acpi@vger.kernel.org
5 Description:    The ACPI pm_profile sysfs interface exports the platform
6                 power management (and performance) requirement expectations
7                 as provided by BIOS. The integer value is directly passed as
8                 retrieved from the FADT ACPI table.
9
10 Values:         For possible values see ACPI specification:
11                 5.2.9 Fixed ACPI Description Table (FADT)
12                 Field: Preferred_PM_Profile
13
14                 Currently these values are defined by spec:
15
16                 == =================
17                 0  Unspecified
18                 1  Desktop
19                 2  Mobile
20                 3  Workstation
21                 4  Enterprise Server
22                 5  SOHO Server
23                 6  Appliance PC
24                 7  Performance Server
25                 >7 Reserved
26                 == =================