Re: [PATCH v4 4/9] PM / EM: Allow skipping inefficient states
From: Lukasz Luba <lukasz.luba@arm.com>
Date: 2021-07-22 13:09:10
From: Lukasz Luba <lukasz.luba@arm.com>
Date: 2021-07-22 13:09:10
On 7/8/21 11:09 AM, Vincent Donnefort wrote:
The new performance domain flag EM_PERF_DOMAIN_SKIP_INEFFICIENCIES allows to not take into account inefficient states when estimating energy consumption. This intends to let the Energy Model know that CPUFreq itself will skip inefficiencies and such states don't need to be part of the estimation anymore. Signed-off-by: Vincent Donnefort <redacted>diff --git a/include/linux/energy_model.h b/include/linux/energy_model.h index 1deb727245be..fe9b90dd0c8c 100644
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>