Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Core i7 M620 power management problem
Date: Thu, 30 Dec 2010 00:44:52
Message-Id: 201012300043.29899.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Core i7 M620 power management problem by Bill Longman
1 On Wednesday 29 December 2010 20:51:05 Bill Longman wrote:
2 > > Yeah, the cpufreq utils show all the relevant information. I use the
3 > > acpi-cpufreq driver and when I didn't use it nothing happened.
4 > > cpufreq-aperf shows each CPU at 1.2GHz. I'll look at the EIST in BIOS,
5 > > too. Thanks for the pointers.
6 >
7 > Here's an interesting item:
8 >
9 > 12:41:00# cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit
10 > 1199000
11 >
12 > which sort of jives with the "asserted by call to hardware" in the
13 > cpufreq-info section:
14 > analyzing CPU 3:
15 > driver: acpi-cpufreq
16 > CPUs which run at the same hardware frequency: 0 1 2 3
17 > CPUs which need to have their frequency coordinated by software: 3
18 > maximum transition latency: 10.0 us.
19 > hardware limits: 1.20 GHz - 2.67 GHz
20 > available frequency steps: 2.67 GHz, 2.67 GHz, 2.53 GHz, 2.40 GHz, 2.27
21 > GHz, 2.13 GHz, 2.00 GHz, 1.87 GHz, 1.73 GHz, 1.60 GHz, 1.47 GHz, 1.33 GHz,
22 > 1.20 GHz
23 > available cpufreq governors: conservative, ondemand, userspace,
24 > powersave, performance
25 > current policy: frequency should be within 1.20 GHz and 1.20 GHz.
26 > The governor "performance" may decide which speed to use
27 > within this range.
28 > current CPU frequency is 1.20 GHz (asserted by call to hardware).
29 > cpufreq stats: 2.67 GHz:0.25%, 2.67 GHz:0.01%, 2.53 GHz:0.01%, 2.40
30 > GHz:0.01%, 2.27 GHz:0.01%, 2.13 GHz:0.01%, 2.00 GHz:0.01%, 1.87 GHz:0.01%,
31 > 1.73 GHz:0.01%, 1.60 GHz:0.01%, 1.47 GHz:0.01%, 1.33 GHz:0.01%, 1.20
32 > GHz:99.61% (28)
33 >
34 > So, why are there micro-spikes of higher frequencies in the above stats?
35 > The stats section says there are only five transitions.
36
37 Just a wild guess: are you running some desktop applet that manages the cpu
38 frequency and is stuck on manual with a low setting?
39
40 I have the i7 Q 720 @ 1.60GHz, which is supposedly go up to 2.8G with turbo
41 boost, but can't say that I have ever seen it going that high ... not sure if
42 there's a setting somewhere I should tweak. This is from cpuinfo:
43
44 =========================
45 $ cat /proc/cpuinfo
46 processor : 0
47 vendor_id : GenuineIntel
48 cpu family : 6
49 model : 30
50 model name : Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz
51 stepping : 5
52 cpu MHz : 931.000
53 cache size : 6144 KB
54 physical id : 0
55 siblings : 8
56 core id : 0
57 cpu cores : 4
58 apicid : 0
59 initial apicid : 0
60 fpu : yes
61 fpu_exception : yes
62 cpuid level : 11
63 wp : yes
64 flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
65 pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm
66 constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf
67 pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2
68 popcnt lahf_lm ida dts tpr_shadow vnmi flexpriority ept vpid
69 bogomips : 3192.42
70 clflush size : 64
71 cache_alignment : 64
72 address sizes : 36 bits physical, 48 bits virtual
73 power management:
74 =========================
75 As you can see power management is also blank.
76
77 These are my frequencies:
78
79 $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
80 1597000 1596000 1463000 1330000 1197000 1064000 931000
81 conservative userspace powersave ondemand performance
82 931000
83 acpi-cpufreq
84 ondemand
85 1597000
86 931000
87 <unsupported>
88
89 PS. Any ideas what makes that turbo thingy kick in?
90 --
91 Regards,
92 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Core i7 M620 power management problem Bill Longman <bill.longman@×××××.com>