From 914e8185d5fcf07877d5aa97463ec1770063da78 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 7 Jun 2022 19:36:40 -0500 Subject: [PATCH] currency: new vars, reduced amdgpu profile coverage -- fixed --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f9ed00..3847d0e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ hacky solution to integrate AMDGPU power profile control in `tuned` with Ansible ## 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_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 control: (float) multipliers to determine power _limits_ from 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` - `base_profiles`: List of base tuned profiles to clone in the new AMDGPU profiles. Defaults (based on `Fedora`): - `balanced`