]> Git Repo - linux.git/commitdiff
x86/cpufeatures: Add HWP highest perf change feature flag
authorSrinivas Pandruvada <[email protected]>
Mon, 24 Jun 2024 16:11:08 +0000 (09:11 -0700)
committerRafael J. Wysocki <[email protected]>
Fri, 28 Jun 2024 18:54:13 +0000 (20:54 +0200)
When CPUID[6].EAX[15] is set to 1, this CPU supports notification for
HWP (Hardware P-states) highest performance change.

Add a feature flag to check if the CPU supports HWP highest performance
change.

Signed-off-by: Srinivas Pandruvada <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Rafael J. Wysocki <[email protected]>
arch/x86/include/asm/cpufeatures.h

index 6c128d463a143c53bce2dc6a82d8c6f0dc76ad4d..0d99515530d36d8b0db1e5e7c56afa6804839efe 100644 (file)
 #define X86_FEATURE_HWP_ACT_WINDOW     (14*32+ 9) /* HWP Activity Window */
 #define X86_FEATURE_HWP_EPP            (14*32+10) /* HWP Energy Perf. Preference */
 #define X86_FEATURE_HWP_PKG_REQ                (14*32+11) /* HWP Package Level Request */
+#define X86_FEATURE_HWP_HIGHEST_PERF_CHANGE (14*32+15) /* "" HWP Highest perf change */
 #define X86_FEATURE_HFI                        (14*32+19) /* Hardware Feedback Interface */
 
 /* AMD SVM Feature Identification, CPUID level 0x8000000a (EDX), word 15 */
This page took 0.06378 seconds and 4 git commands to generate.