From 961f869b1354b082b4e699e61b78c5f5382c9655 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Mon, 18 Oct 2021 17:31:35 -0500 Subject: [PATCH] add important variables --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0edfb7a..4a18157 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # tuned-amdgpu -hacky solution to integrate AMDGPU power profile control in `tuned` +hacky solution to integrate AMDGPU power profile control in `tuned` with Ansible + +## Notable variables + - `card`: Sets the `card#` to use in the qualified sysfs path `/sys/class/drm/{{ card }}/device/pp_power_profile_mode` + - `base_profiles`: List of base tuned profiles to clone in the new AMDGPU profiles + - `amdgpu_profiles`: Mapping of AMDGPU power profiles (`name`/`value`) defined in the `sysfs` path above. Varies, sample is with a 6900XT. ## Example profiles/output ``` @@ -40,4 +45,4 @@ Available profiles: - throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads - virtual-guest - Optimize for running inside a virtual guest - virtual-host - Optimize for running KVM guests -``` \ No newline at end of file +```