mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: arm64: enable max frequency capping
Defines arch_scale_max_freq_capacity() to use the topology driver scale function. Change-Id: If7565747ec862e42ac55196240522ef8d22ca67d 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>
This commit is contained in:
parent
0cfe39fe40
commit
a273512daf
|
|
@ -19,6 +19,9 @@ int pcibus_to_node(struct pci_bus *bus);
|
|||
/* 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user