Re: [PATCH v2 0/7] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
From: Ibrahim Ansari
Date: Sun Jun 29 2025 - 08:29:03 EST
Hi,
On 5/13/25 19:31, Rafael J. Wysocki wrote:
Finally, schedutil needs to be the cpufreq governor which requires
intel_pstate to operate in the passive mode (schedutil is the default
governor in that case). The most straightforward way to switch it
into the passive mode is to write "passive" to
/sys/devices/system/cpu/intel_pstate/status (it may also be started in
the passive mode as described in
https://www.kernel.org/doc/html/latest/admin-guide/pm/intel_pstate.html).
I'm curious if you intend to bring back support for EAS with
intel_pstate in active mode down the line?
That would get this working out of the box across distros, since
`intel_pstate=active` is the default setup everywhere (and typically
what users should prefer? as I understand from the documentation.)
Thanks for your work!