From 8f5599bdfcf672492c87750faf356f9e7698b57b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 3 Aug 2022 01:11:02 -0500 Subject: [PATCH] clarify profile output/example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ac4c91..3468227 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ An example of the output/provided profiles follow | `desktop-amdgpu-VR` | Includes the existing `desktop` tuned profile. Adjusts the GPU power limit, clocks, and the voltage curve -- using the predefined `VR` profile in the driver | | `latency-performance-amdgpu-custom` | Includes the existing `latency-performance` tuned profile. Adjusts the GPU power limit, clocks, and the voltage curve -- using the `custom` profile in the driver. This opens up further tweaking through the driver (currently manual). see: [pp-dpm](https://docs.kernel.org/gpu/amdgpu/thermal.html#pp-dpm) | +**Note**: This is non-exhaustive, see the variables `base_profiles` and `amdgpu_profiles` below for the (default) sources of the merged profile mapping + ## Notable variables - 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.