File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Documentation/driver-api/thermal Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,27 @@ ABI.
191
191
User space can specify any one of the available workload type using
192
192
this interface.
193
193
194
+ :file: `/sys/bus/pci/devices/0000\: 00\: 04.0/ptc_0_control `
195
+ :file: `/sys/bus/pci/devices/0000\: 00\: 04.0/ptc_1_control `
196
+ :file: `/sys/bus/pci/devices/0000\: 00\: 04.0/ptc_2_control `
197
+
198
+ All these controls needs admin privilege to update.
199
+
200
+ ``enable `` (RW)
201
+ 1 for enable, 0 for disable. Shows the current enable status of
202
+ platform temperature control feature. User space can enable/disable
203
+ hardware controls.
204
+
205
+ ``temperature_target `` (RW)
206
+ Update a new temperature target in milli degree celsius for hardware to
207
+ use for the temperature control.
208
+
209
+ Given that this is platform temperature control, it is expected that a
210
+ single user-level manager owns and manages the controls. If multiple
211
+ user-level software applications attempt to write different targets, it
212
+ can lead to unexpected behavior.
213
+
214
+
194
215
DPTF Processor thermal RFIM interface
195
216
--------------------------------------------
196
217
You can’t perform that action at this time.
0 commit comments