aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/energy_model.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba1-0/+8
2024-02-08PM: EM: Remove old tableLukasz Luba1-2/+0
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba1-40/+15
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba1-12/+12
2024-02-08PM: EM: Add em_perf_state_from_pd() to get performance states tableLukasz Luba1-0/+22
2024-02-08PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba1-0/+8
2024-02-08PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba1-0/+11
2024-02-08PM: EM: Use runtime modified EM for CPUs energy estimation in EASLukasz Luba1-3/+9
2024-02-08PM: EM: Introduce runtime modifiable tableLukasz Luba1-0/+12
2024-02-08PM: EM: Refactor em_pd_get_efficient_state() to be more flexibleLukasz Luba1-13/+17
2023-12-23energy_model: Use a fixed reference frequencyVincent Guittot1-3/+3
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot1-1/+0
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-16/+38
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba1-3/+3
2022-04-13PM: EM: Add artificial EM flagPierre Gondois1-0/+5
2022-04-13PM: EM: Add .get_cost() callbackLukasz Luba1-1/+23
2022-03-03PM: EM: add macro to set .active_power() callback conditionallyLukasz Luba1-0/+2
2021-10-05PM: EM: Allow skipping inefficient statesVincent Donnefort1-6/+37
2021-10-05PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort1-3/+10
2021-10-05PM: EM: Mark inefficient statesVincent Donnefort1-0/+12
2021-09-07PM: EM: fix kernel-doc commentsLukasz Luba1-4/+4
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba1-0/+16
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba1-3/+13
2020-12-08PM / EM: Micro optimization in em_cpu_energyPavankumar Kondeti1-0/+3
2020-11-10PM: EM: update the comments related to power scaleLukasz Luba1-6/+5
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba1-2/+7
2020-06-24PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba1-3/+8
2020-06-24PM / EM: remove em_register_perf_domainLukasz Luba1-7/+0
2020-06-24PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba1-7/+22
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba1-7/+8
2020-06-24PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba1-2/+11
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba1-40/+46
2020-04-18energy_model.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-07PM / EM: Declare EM data types unconditionallyQuentin Perret1-2/+1
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2018-12-11PM: Introduce an Energy Model management frameworkQuentin Perret1-0/+187