Re: [PATCH v3 07/12] PM: EM: Add update_power() callback for runtime modifications

From: Lukasz Luba
Date: Mon Aug 21 2023 - 11:22:47 EST




On 8/16/23 14:04, Dietmar Eggemann wrote:
On 21/07/2023 17:50, Lukasz Luba wrote:
The Energy Model (EM) is going to support runtime modifications. This
new callback would be used in the upcoming EM changes. The drivers
or frameworks which want to modify the EM have to implement the
update_power() callback and provide it via EM API
em_dev_update_perf_domain(). The callback is then used by the EM

Looks like em_dev_update_perf_domain() hasn't been introduced yet.

[...]


True, I'll remove those bits from the header.