init tuned.conf template
This commit is contained in:
parent
5c82b04ccc
commit
c819fff22e
1 changed files with 6 additions and 0 deletions
6
templates/tuned.conf.j2
Normal file
6
templates/tuned.conf.j2
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[main]
|
||||||
|
include={{ item.1 }}
|
||||||
|
summary={{ item.1 }} based profile with AMDGPU pp_power_profile_mode = {{ item.0.value }} ({{ item.0.name }})
|
||||||
|
|
||||||
|
[sysfs]
|
||||||
|
/sys/class/drm/{{ card }}/device/pp_power_profile_mode = {{ item.0.value }}
|
Loading…
Reference in a new issue