cpufreq: intel_pstate: Process HWP Guaranteed change notification
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Fri, 20 Aug 2021 02:40:06 +0000 (19:40 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 25 Aug 2021 18:09:37 +0000 (20:09 +0200)
commitd0e936adbd2250cb03f2e840c6651d18edc22ace
tree990b12422e785b184f2001bfa5c15305fede82c7
parent950809cd6ca2ff2e2bb9d826c4d9e35d134d7de0
cpufreq: intel_pstate: Process HWP Guaranteed change notification

It is possible that HWP guaranteed ratio is changed in response to
change in power and thermal limits. For example when Intel Speed Select
performance profile is changed or there is change in TDP, hardware can
send notifications. It is possible that the guaranteed ratio is
increased. This creates an issue when turbo is disabled, as the old
limits set in MSR_HWP_REQUEST are still lower and hardware will clip
to older limits.

This change enables HWP interrupt and process HWP interrupts. When
guaranteed is changed, calls cpufreq_update_policy() so that driver
callbacks are called to update to new HWP limits. This callback
is called from a delayed workqueue of 10ms to avoid frequent updates.

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