]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cpufreq: intel_pstate: Add and use hybrid_get_cpu_type()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 15 Oct 2025 13:46:40 +0000 (15:46 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Oct 2025 19:20:49 +0000 (21:20 +0200)
commit528dde6619677ac6dc26d9dda1e3c9014b4a08c8
treee06afddfcb547ec81117776f22ceda3b8e3135d1
parent6db0f533d320fab54154b0207e9df108427dd939
cpufreq: intel_pstate: Add and use hybrid_get_cpu_type()

Introduce a function for identifying the type of a given CPU in a
hybrid system, called hybrid_get_cpu_type(), and use if for hybrid
scaling factor determination in hwp_get_cpu_scaling().

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/1954386.tdWV9SEqCh@rafael.j.wysocki
drivers/cpufreq/intel_pstate.c