From 1da046a92c04b275242a5b638c9a0767a9e26db6 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Thu, 5 May 2022 21:54:31 -0500 Subject: [PATCH] add variable name to note about power control --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a20af..acd7991 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ hacky solution to integrate AMDGPU power profile control in `tuned` with Ansible ## 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` - `base_profiles`: List of base tuned profiles to clone in the new AMDGPU profiles. Defaults: - `desktop`