currency: new vars, reduced amdgpu profile coverage -- fixed

This commit is contained in:
Josh Lay 2022-06-07 19:36:40 -05:00
parent f26ff88da6
commit 914e8185d5
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -3,8 +3,9 @@
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
- `power_max_custom_multi`: Accepts a float from 0.0 to 1.0. Allows max GPU power consumption to be controlled in the generated `custom` GPU profile. Provided: `1.0` for 100% board power capability. - Power control: (float) multipliers to determine power _limits_ from board power _capability_
- `power_max_custom_multi`: Accepts a float from 0.0 to 1.0. Allows max GPU power consumption to be controlled in the generated `default` GPU profile. Provided: `0.75` for 75% board power capability. - `power_max_default_multi`: Controls power for the generated `default` GPU profile. Provided: `0.75` for 75% board power capability.
- `power_max_custom_multi`: Controls power for the generated `custom` GPU profile. Provided: `1.0` for 100% board power capability.
- `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 (based on `Fedora`): - `base_profiles`: List of base tuned profiles to clone in the new AMDGPU profiles. Defaults (based on `Fedora`):
- `balanced` - `balanced`