]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: intel_pstate: Clear HWP Status during HWP Interrupt enable
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 4 Nov 2021 10:22:30 +0000 (03:22 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 4 Nov 2021 18:48:47 +0000 (19:48 +0100)
commitb0ea2bd227c91574e5642b881da26084bc59df68
tree8c5ed1eeea9150ec9d3488d477f9d200d55e04c4
parent33f95f2c059edb56c3525ed49118a16de4dcaf82
cpufreq: intel_pstate: Clear HWP Status during HWP Interrupt enable

It is possible that some performance excursions happened before OS boot
or enable HWP interrupts. So clear MSR_HWP_STATUS bits when we enable
HWP interrupt. In this way a next excursion will results in a HWP
interrupt.

The status bits of MSR_HWP_STATUS must be cleared (0) by software so
that a new status condition change will cause the hardware to set the
bit again and issue the notification.

Fixes: d339acf646f1 ("cpufreq: intel_pstate: Process HWP Guaranteed change notification")
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c