pyamsoft / pstate-frequency

Easily control Intel p-state driver on Linux
https://pyamsoft.blogspot.com/
GNU General Public License v2.0
172 stars 19 forks source link

Investigate support for intel_cpufreq #39

Closed pyamsoft closed 5 months ago

pyamsoft commented 2 years ago

Is this common enough that instead of acpi-cpufreq or intel_pstate users see this scheduler instead?

Since this is an acpi-cpufreq like scheduler I assume we can use a lot of the existing acpi cpufreq paths and logic and just change the base from acpi- to intel_ but it's just a theory.

I do not have an Intel CPU that uses this scheduler.