From c819fff22e0cf15ebb2447c203a36f0af3dfc6f0 Mon Sep 17 00:00:00 2001 From: jlay Date: Wed, 13 Oct 2021 02:03:21 +0000 Subject: [PATCH] init tuned.conf template --- templates/tuned.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/tuned.conf.j2 diff --git a/templates/tuned.conf.j2 b/templates/tuned.conf.j2 new file mode 100644 index 0000000..52b63f0 --- /dev/null +++ b/templates/tuned.conf.j2 @@ -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 }} \ No newline at end of file