mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 09:52:00 -04:00
xml: Fix documentation errors
This commit is contained in:
parent
4dd23fce8e
commit
71827ac7ee
1 changed files with 7 additions and 6 deletions
|
@ -202,7 +202,7 @@
|
||||||
<!--
|
<!--
|
||||||
TdpLimit:
|
TdpLimit:
|
||||||
|
|
||||||
Controls the system TDP limit.
|
Controls the GPU TDP limit.
|
||||||
|
|
||||||
Valid states: In range of [ TdpLimitMin, TdpLimitMax ]
|
Valid states: In range of [ TdpLimitMin, TdpLimitMax ]
|
||||||
|
|
||||||
|
@ -281,9 +281,10 @@
|
||||||
<!--
|
<!--
|
||||||
GpuPowerProfiles:
|
GpuPowerProfiles:
|
||||||
|
|
||||||
Enumerate the supported gpu power profiles available on the system.
|
Enumerate the supported GPU power profiles available on the system.
|
||||||
|
|
||||||
A list of supported profiles (a dictionary of values to names)
|
A list of supported profiles (a dictionary of values to names)
|
||||||
|
|
||||||
Version available: 9
|
Version available: 9
|
||||||
-->
|
-->
|
||||||
<property name="GpuPowerProfiles" type="a{us}" access="read"/>
|
<property name="GpuPowerProfiles" type="a{us}" access="read"/>
|
||||||
|
@ -291,7 +292,7 @@
|
||||||
<!--
|
<!--
|
||||||
GpuPowerProfile:
|
GpuPowerProfile:
|
||||||
|
|
||||||
The current gpu power profile. Valid values come from GpuPowerProfiles property.
|
The current GPU power profile. Valid values come from GpuPowerProfiles property.
|
||||||
|
|
||||||
Version available: 9
|
Version available: 9
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue