Message ID | 20201007122256.28080-1-lukasz.luba@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Add upper and lower limits in IPA power budget calculation | expand |
On 07/10/2020 14:22, Lukasz Luba wrote: > Hi all, > > This patch set makes thermal governor Intelligent Power Allocation (IPA) > aware of cooling device limits for upper and lower bounds and respects them > in the internal power budget calculation. > The patch set should be applied on top of some already posted IPA changes [1][2]. > > Regards, > Lukasz > > [1] https://lore.kernel.org/linux-pm/20201002122416.13659-1-lukasz.luba@arm.com/ > [2] https://lore.kernel.org/linux-pm/9ecedd8a-fbc3-895c-d79c-f05af5c90ae5@arm.com/T/#t > > Lukasz Luba (3): > thermal: power_allocator: respect upper and lower bounds for cooling > device > thermal: core: remove unused functions in power actor section > thermal: move power_actor_set_power into IPA > > drivers/thermal/gov_power_allocator.c | 38 ++++++++++- > drivers/thermal/thermal_core.c | 90 --------------------------- > drivers/thermal/thermal_core.h | 6 -- > 3 files changed, 36 insertions(+), 98 deletions(-) Thanks for this series. Except a comment in patch 1/3, it looks good to me.