summaryrefslogtreecommitdiffstats
path: root/include/linux/energy_model.h
Commit message (Expand)AuthorAgeFilesLines
* PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba2022-07-151-16/+38
* PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba2022-04-131-3/+3
* PM: EM: Add artificial EM flagPierre Gondois2022-04-131-0/+5
* PM: EM: Add .get_cost() callbackLukasz Luba2022-04-131-1/+23
* PM: EM: add macro to set .active_power() callback conditionallyLukasz Luba2022-03-031-0/+2
* PM: EM: Allow skipping inefficient statesVincent Donnefort2021-10-051-6/+37
* PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort2021-10-051-3/+10
* PM: EM: Mark inefficient statesVincent Donnefort2021-10-051-0/+12
* PM: EM: fix kernel-doc commentsLukasz Luba2021-09-071-4/+4
* PM: EM: Increase energy calculation precisionLukasz Luba2021-08-061-0/+16
* sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2021-06-171-3/+13
* PM / EM: Micro optimization in em_cpu_energyPavankumar Kondeti2020-12-081-0/+3
* PM: EM: update the comments related to power scaleLukasz Luba2020-11-101-6/+5
* PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba2020-11-101-2/+7
* PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba2020-06-241-3/+8
* PM / EM: remove em_register_perf_domainLukasz Luba2020-06-241-7/+0
* PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba2020-06-241-7/+22
* PM / EM: update callback structure and add device pointerLukasz Luba2020-06-241-7/+8
* PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba2020-06-241-2/+11
* PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba2020-06-241-40/+46
* energy_model.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
* PM / EM: Declare EM data types unconditionallyQuentin Perret2019-11-071-2/+1
* sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-1/+1
* PM: Introduce an Energy Model management frameworkQuentin Perret2018-12-111-0/+187