hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/ABI/stable/sysfs-acpi-pmprofile
....@@ -1,22 +1,26 @@
1
-What: /sys/firmware/acpi/pm_profile
1
+What: /sys/firmware/acpi/pm_profile
22 Date: 03-Nov-2011
33 KernelVersion: v3.2
44 Contact: linux-acpi@vger.kernel.org
5
-Description: The ACPI pm_profile sysfs interface exports the platform
5
+Description: The ACPI pm_profile sysfs interface exports the platform
66 power management (and performance) requirement expectations
77 as provided by BIOS. The integer value is directly passed as
88 retrieved from the FADT ACPI table.
9
-Values: For possible values see ACPI specification:
9
+
10
+Values: For possible values see ACPI specification:
1011 5.2.9 Fixed ACPI Description Table (FADT)
1112 Field: Preferred_PM_Profile
1213
1314 Currently these values are defined by spec:
14
- 0 Unspecified
15
- 1 Desktop
16
- 2 Mobile
17
- 3 Workstation
18
- 4 Enterprise Server
19
- 5 SOHO Server
20
- 6 Appliance PC
21
- 7 Performance Server
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
2225 >7 Reserved
26
+ == =================