| `balanced-amdgpu-default` | Includes the (assumed) existing `balanced` tuned profile.<br/><br/>Only adjusts the GPU power limit (typically lower). Clocks/voltage curve remain the default. |
| `desktop-amdgpu-overclock` | Includes the (assumed) existing `desktop` tuned profile.<br/><br/>Adjusts the GPU power limit, clocks, _and_ the voltage curve. |
| `desktop-amdgpu-peak` | Includes the (assumed) existing `desktop` tuned profile.<br/><br/>Same as the `overclock` profile, but locks clocks to their highest configured values |
These are the result of [Variables](#Variables) below; changes outside of _Ansible_ are not immediately effective. Switching `tuned` profiles or restarting the service would be required.
| `tuned_amdgpu_clock_min` | Mininum GPU clock _(in `Mhz`)_ for `overclock` and `peak` profiles |
| `tuned_amdgpu_clock_max` | Maximum GPU clock _(in `MHz`)_ for `overclock` and `peak` profiles` |
| `tuned_amdgpu_memclock_static` | _Static_ GPU **memory** clock _(in `MHz`)_ for `overclock` and `peak` profiles. Not the effective data rate _(multiplied by generation)_, but the actual clock. Static assignment avoids potential display flickering. |
| `tuned_amdgpu_mv_offset` | GPU core voltage offset. Takes +/- some integer in millivolts. Can be used to both over _and_ under volt. eg: `-50`_(undervolt `50mV` or `0.05V`)_ |