update output profile note
This commit is contained in:
parent
e45aa26eaa
commit
7e709007fd
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,14 @@ An attempt is made to discover the active GPU using the 'connected' state in the
|
|||
~ $ grep -ls ^connected /sys/class/drm/*/status | grep -o card[0-9] | sort | uniq | sort -h | tail -1
|
||||
card1
|
||||
```
|
||||
|
||||
_Warning_: This is only tested with `RX6000` series GPUs, it is probable that other generations will *not* work properly. Use at your own risk!
|
||||
|
||||
## Profiles
|
||||
|
||||
An example of the output/provided profiles follow
|
||||
Two _'profiles'_ are in each name:
|
||||
|
||||
- before `amdgpu` is the source profile provided with `tuned`
|
||||
- after `amdgpu` tells the GPU clock profile offered, outlined below
|
||||
|
||||
| Output profile | Description |
|
||||
|:---|---|
|
||||
|
|
Loading…
Reference in a new issue