add variable name to note about power control
This commit is contained in:
parent
1165a658b8
commit
1da046a92c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
hacky solution to integrate AMDGPU power profile control in `tuned` with Ansible
|
hacky solution to integrate AMDGPU power profile control in `tuned` with Ansible
|
||||||
|
|
||||||
## Notable variables
|
## Notable variables
|
||||||
- ``: Accepts a float from (presumably) 0.0 to 1.0. Allows max GPU power consumption to be controlled. Default: `0.9` for 90%, roughly stock 3D peak.
|
- `power_max_multi`: Accepts a float from (presumably) 0.0 to 1.0. Allows max GPU power consumption to be controlled. Default: `0.90` for 90%, roughly stock 3D peak.
|
||||||
- `card`: Sets the `card#` to use in the qualified sysfs path `/sys/class/drm/{{ card }}/device/pp_power_profile_mode`. Default: `card0`
|
- `card`: Sets the `card#` to use in the qualified sysfs path `/sys/class/drm/{{ card }}/device/pp_power_profile_mode`. Default: `card0`
|
||||||
- `base_profiles`: List of base tuned profiles to clone in the new AMDGPU profiles. Defaults:
|
- `base_profiles`: List of base tuned profiles to clone in the new AMDGPU profiles. Defaults:
|
||||||
- `desktop`
|
- `desktop`
|
||||||
|
|
Loading…
Reference in a new issue