From a62ea2720f0370d265e954c78cb77bcbe8cb942b Mon Sep 17 00:00:00 2001 From: jlay Date: Wed, 13 Oct 2021 02:09:15 +0000 Subject: [PATCH] add power profile sysfs reference --- play.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.yml b/play.yml index 56e1dbd..9f61fc5 100644 --- a/play.yml +++ b/play.yml @@ -7,7 +7,7 @@ - desktop - network-latency - powersave - amdgpu_profiles: + amdgpu_profiles: # statically defined mapping of the contents in /sys/class/drm/{{ card }}/device/pp_power_profile_mode - { name: 'bootup_default', value: 0 } - { name: '3D_fullscreen', value: 1 } - { name: 'powersaving', value: 2 }