https://bugzilla.kernel.org/show_bug.cgi?id=60523
--- Comment #1 from Tobias Droste tdroste@gmx.de --- I just tried the most recent branch with the "force performance level" framework and the result is this:
# echo auto > power_dpm_force_performance_level bash: echo: write error: Invalid argument # echo low > power_dpm_force_performance_level bash: echo: write error: Invalid argument # echo high > power_dpm_force_performance_level bash: echo: write error: Invalid argument
Has this something to do with the powerlevel not switching thing? Or am I doing something wrong?