So, #fedora uses tuned-ppd, which is an power-profiles to tuned compatibility daemon.
It translates the requests over dbus for the profiles to tuned profiles, which (for powersave) contained a section
```
[video]
radeon_powersave=dpm-battery, auto
panel_power_savings=3
```
where the `panel_power_savings=3` basically translates to a parameter of #amdgpu called panel_power_savings. The kernel parameter is `amdgpu.abmlevel`: ABM level (0 = off, 1-4 = backlight reduction level, -1 auto (default)) (int)
I basically forced this to 0 to avoid the really weird panel effects. #Powertop didn't show me significant savings there.
#linux #lenovo #thinkpad #t14s