mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: arm: enable max frequency capping
Defines arch_scale_max_freq_capacity() to use the topology driver scale function. Signed-off-by: Ionela Voinescu <ionela.voinescu@arm.com> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com> Signed-off-by: Quentin Perret <quentin.perret@arm.com> Change-Id: I79f444399ea3b2948364fde80ccee52a9ece5b9a
This commit is contained in:
committed by
Quentin Perret
parent
f125452fcb
commit
3dfddd5691
@@ -30,6 +30,9 @@ const struct cpumask *cpu_coregroup_mask(int cpu);
|
||||
/* Replace task scheduler's default frequency-invariant accounting */
|
||||
#define arch_scale_freq_capacity topology_get_freq_scale
|
||||
|
||||
/* Replace task scheduler's default max-frequency-invariant accounting */
|
||||
#define arch_scale_max_freq_capacity topology_get_max_freq_scale
|
||||
|
||||
/* Replace task scheduler's default cpu-invariant accounting */
|
||||
#define arch_scale_cpu_capacity topology_get_cpu_scale
|
||||
|
||||
|
||||
Reference in New Issue
Block a user