aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/cppc_acpi.c
diff options
context:
space:
mode:
authorVincent Guittot <[email protected]>2023-12-11 11:48:52 +0100
committerIngo Molnar <[email protected]>2023-12-23 15:52:35 +0100
commit15cbbd1d317e07b4e5c6aca5d4c5579539a82784 (patch)
treed0779eb69c6d671af540952433c646ebd5d2264f /drivers/acpi/cppc_acpi.c
parentb3edde44e5d4504c23a176819865cd603fd16d6c (diff)
energy_model: Use a fixed reference frequency
The last item of a performance domain is not always the performance point that has been used to compute CPU's capacity. This can lead to different target frequency compared with other part of the system like schedutil and would result in wrong energy estimation. A new arch_scale_freq_ref() is available to return a fixed and coherent frequency reference that can be used when computing the CPU's frequency for an level of utilization. Use this function to get this reference frequency. Energy model is never used without defining arch_scale_freq_ref() but can be compiled. Define a default arch_scale_freq_ref() returning 0 in such case. Signed-off-by: Vincent Guittot <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Tested-by: Lukasz Luba <[email protected]> Reviewed-by: Lukasz Luba <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions