diff options
author | Sohil Mehta <sohil.mehta@intel.com> | 2025-09-09 02:06:55 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-09-10 13:25:08 +0300 |
commit | 7f3cfb7943d27a7b61bdac8db739cf0bdc28e87d (patch) | |
tree | bca7d5880417d096727dae42914a3ff24637de51 /drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | |
parent | 5590db443a40a35d7fba2db12701346be621a19e (diff) | |
download | linux-7f3cfb7943d27a7b61bdac8db739cf0bdc28e87d.tar.xz |
cpufreq: ondemand: Update the efficient idle check for Intel extended Families
IO time is considered busy by default for modern Intel processors. The
current check covers recent Family 6 models but excludes the brand new
Families 18 and 19.
According to Arjan van de Ven, the model check was mainly due to a lack
of testing on systems before INTEL_CORE2_MEROM. He suggests considering
all Intel processors as having an efficient idle.
Extend the IO busy classification to all Intel processors starting with
Family 6, including Family 15 (Pentium 4s) and upcoming Families 18/19.
Use an x86 VFM check and move the function to the header file to avoid
using arch-specific #ifdefs in the C file.
Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Link: https://patch.msgid.link/20250908230655.2562440-1-sohil.mehta@intel.com
[ rjw: Added empty line after #include ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c')
0 files changed, 0 insertions, 0 deletions