cpufreq: intel_pstate: Keep values in aperf/mperf in full precision
authorStratos Karafotis <stratosk@semaphore.gr>
Fri, 18 Jul 2014 15:37:25 +0000 (08:37 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 21 Jul 2014 11:43:18 +0000 (13:43 +0200)
commitac658131d79e775efb0b819cc5a833e581d4de28
tree83efd36c570136f8a3989bc70970fb88b46a543d
parent4ab60c3f32c721e46217e762bcd3e55a8f659c04
cpufreq: intel_pstate: Keep values in aperf/mperf in full precision

Currently we shift right aperf and mperf variables by FRAC_BITS
to prevent overflow when we convert them to fix point numbers
(shift left by FRAC_BITS).

But this is not necessary, because we actually use delta aperf and mperf
which are much less than APERF and MPERF values.

So, use the unmodified APERF and MPERF values in calculation.
This also adds 8 bits in precision, although the gain is insignificant.

Signed-off-by: Stratos Karafotis <stratosk@semaphore.gr>
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c
This page took 0.024514 seconds and 5 git commands to generate.