Re: Intel turbo mode support

2012-04-13 Thread Florian Unglaub

Warren Block wbl...@wonkity.com writes:
 Works here on an i5, amd64:

 dev.cpu.0.freq_levels: 5801/30 5800/30

 I found this by accident, noticing only that a buildworld suddenly was a
 lot faster when powerd was running.

 powerd_enable=YES
 powerd_flags=-a hadp -n hadp
 performance_cpu_freq=HIGH

I tried it with your powerd flags and the performance_cpu_freq setting
on HIGH, but still the maximum freq_levels entry is 2800.

Florian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Intel turbo mode support

2012-04-13 Thread Christer Solskogen
On Fri, Apr 13, 2012 at 2:09 PM, Florian Unglaub ue...@roladder.net wrote:
 I tried it with your powerd flags and the performance_cpu_freq setting
 on HIGH, but still the maximum freq_levels entry is 2800.


How far should it go, then?

-- 
chs,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Intel turbo mode support

2012-04-13 Thread Warren Block

On Fri, 13 Apr 2012, Christer Solskogen wrote:


On Fri, Apr 13, 2012 at 2:09 PM, Florian Unglaub ue...@roladder.net wrote:

I tried it with your powerd flags and the performance_cpu_freq setting
on HIGH, but still the maximum freq_levels entry is 2800.



How far should it go, then?


The highest speed will be one higher than the nominal rating:

  dev.cpu.0.freq_levels: 5801/30 5800/30 ...

The second one is the nominal speed, the first is turbo.
dev.cpu.0.freq shows the current speed:

  dev.cpu.0.freq: 5801
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Intel turbo mode support

2012-04-13 Thread krad
On 13 April 2012 14:17, Warren Block wbl...@wonkity.com wrote:
 On Fri, 13 Apr 2012, Christer Solskogen wrote:

 On Fri, Apr 13, 2012 at 2:09 PM, Florian Unglaub ue...@roladder.net
 wrote:

 I tried it with your powerd flags and the performance_cpu_freq setting
 on HIGH, but still the maximum freq_levels entry is 2800.


 How far should it go, then?


 The highest speed will be one higher than the nominal rating:

  dev.cpu.0.freq_levels: 5801/30 5800/30 ...

 The second one is the nominal speed, the first is turbo.
 dev.cpu.0.freq shows the current speed:

  dev.cpu.0.freq: 5801

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

is the uefi/bios setup correctly? Multiplier could be wrong or turbo
could be disabled
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Intel turbo mode support

2012-04-13 Thread Florian Unglaub
krad kra...@gmail.com writes:
 is the uefi/bios setup correctly? Multiplier could be wrong or turbo
 could be disabled

I rechecked my Bios settings and it's all ok. Test booting windows and
using Intel's Monitoring tool also gives  3.2GHz on a single core if
there's enough load.

Florian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Intel turbo mode support

2012-04-12 Thread Warren Block

On Thu, 12 Apr 2012, Florian Unglaub wrote:

I've stumbled upon http://goo.gl/Aq6Vd in the freebsd-current mailling list 
and started investigating if turbo mode is working on my i7 860 here. The CPU 
stock frequency is 2.8GHZ which is the maximum that dev.cpu.0.freq_levels 
reports (powerd is enabled). According to the link above, freq_levels should 
show a maximum frequency of 2801 if turbo mode is working.


The patch above was MFC'ed quite a while ago. I updated to 9-stable yesterday 
and it looks like the turbo is not working. dev.cpu.0.freq is at max. 2.8GHz, 
even if I am using some CPU stress testing utilities (like burnP6).


Works here on an i5, amd64:

dev.cpu.0.freq_levels: 5801/30 5800/30

I found this by accident, noticing only that a buildworld suddenly was a 
lot faster when powerd was running.


powerd_enable=YES
powerd_flags=-a hadp -n hadp
performance_cpu_freq=HIGH

During a buildworld, dev.cpu.0.freq goes to 5801.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Intel turbo mode support

2012-04-11 Thread Florian Unglaub

Hi,

I've stumbled upon http://goo.gl/Aq6Vd in the freebsd-current mailling 
list and started investigating if turbo mode is working on my i7 860 
here. The CPU stock frequency is 2.8GHZ which is the maximum that 
dev.cpu.0.freq_levels reports (powerd is enabled). According to the link 
above, freq_levels should show a maximum frequency of 2801 if turbo mode 
is working.


The patch above was MFC'ed quite a while ago. I updated to 9-stable 
yesterday and it looks like the turbo is not working. dev.cpu.0.freq is 
at max. 2.8GHz, even if I am using some CPU stress testing utilities 
(like burnP6).


I'm really thankful for any input on this matter.

Florian.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org