Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P-State Max/Min performance values not working correctly on kernel 4.0 #138

Closed
lamiska opened this issue May 2, 2015 · 1 comment
Closed

Comments

@lamiska
Copy link

lamiska commented May 2, 2015

Intel p-state performance setting is not working correctly under linux kernel 4.0

Here is what I have in /etc/default/tlp:

CPU_MIN_PERF_ON_AC=50
CPU_MAX_PERF_ON_AC=100
CPU_MIN_PERF_ON_BAT=0
CPU_MAX_PERF_ON_BAT=30

Here is output from tlp-stat -p on ac:

/sys/devices/system/cpu/intel_pstate/min_perf_pct = 100
/sys/devices/system/cpu/intel_pstate/max_perf_pct = 100

and on batt:

/sys/devices/system/cpu/intel_pstate/min_perf_pct = 47
/sys/devices/system/cpu/intel_pstate/max_perf_pct = 30

Rebooting into 3.19 kernel fixes the issue for me and tlp-stat -p is showing correct values.
My tlp version is 0.7, CPU is i3-4005U, Archlinux distribution.

@linrunner
Copy link
Owner

Hi,

this is (likely) a kernel issue with your specific hardware. I suggest you file a kernel bug.

See #122 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants