Revision 584ee3dcb1d6232857c1e38bb28d9f6bf0ec89f5 authored by Alexandra Yates on 18 November 2015, 22:58:40 UTC, committed by Rafael J. Wysocki on 25 November 2015, 22:37:44 UTC
If hardware-driven P-state selection (HWP) is enabled, the
"performance" mode of intel_pstate should only allow the processor
to use the highest-performance P-state available.  That is not
the case currently, so make it actually happen.

Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Alexandra Yates <alexandra.yates@linux.intel.com>
[ rjw: Subject and changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 73124ce
History
File Mode Size
Makefile -rw-r--r-- 273 bytes
ashldi3.c -rw-r--r-- 619 bytes
ashrdi3.c -rw-r--r-- 681 bytes
divsi3.S -rw-r--r-- 5.4 KB
gcclib.h -rw-r--r-- 595 bytes
ins.S -rw-r--r-- 2.6 KB
lshrdi3.c -rw-r--r-- 621 bytes
memchr.S -rw-r--r-- 676 bytes
memcmp.S -rw-r--r-- 1.8 KB
memcpy.S -rw-r--r-- 2.6 KB
memmove.S -rw-r--r-- 1.9 KB
memset.S -rw-r--r-- 1.8 KB
modsi3.S -rw-r--r-- 1.5 KB
muldi3.S -rw-r--r-- 2.3 KB
outs.S -rw-r--r-- 1.3 KB
smulsi3_highpart.S -rw-r--r-- 603 bytes
strcmp.S -rw-r--r-- 945 bytes
strcpy.S -rw-r--r-- 531 bytes
strncmp.S -rw-r--r-- 1023 bytes
strncpy.S -rw-r--r-- 1.4 KB
udivsi3.S -rw-r--r-- 8.3 KB
umodsi3.S -rw-r--r-- 1.2 KB
umulsi3_highpart.S -rw-r--r-- 628 bytes

back to top