interconnect: Zero initial BW after sync-state
commit 456a9dace42ecfcec7ce6e17c18d1985d628dcd0 upstream.
The initial BW values may be used by providers to enforce floors. Zero
these values after sync-state so that providers know when to stop
enforcing them.
Fixes: b1d681d8d3
("interconnect: Add sync state support")
Signed-off-by: Mike Tipton <mdtipton@codeaurora.org>
Link: https://lore.kernel.org/r/20210721175432.2119-2-mdtipton@codeaurora.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
05565b4693
commit
ccfe4f62ff
@@ -1106,6 +1106,8 @@ void icc_sync_state(struct device *dev)
|
|||||||
dev_dbg(p->dev, "interconnect provider is in synced state\n");
|
dev_dbg(p->dev, "interconnect provider is in synced state\n");
|
||||||
list_for_each_entry(n, &p->nodes, node_list) {
|
list_for_each_entry(n, &p->nodes, node_list) {
|
||||||
if (n->init_avg || n->init_peak) {
|
if (n->init_avg || n->init_peak) {
|
||||||
|
n->init_avg = 0;
|
||||||
|
n->init_peak = 0;
|
||||||
aggregate_requests(n);
|
aggregate_requests(n);
|
||||||
p->set(n, n);
|
p->set(n, n);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user