diff options
| author | Praveen Talari <praveen.talari@oss.qualcomm.com> | 2026-08-05 01:27:39 +0530 |
|---|---|---|
| committer | Ulf Hansson <ulfh@kernel.org> | 2026-08-10 15:59:19 +0200 |
| commit | 3314c90a2eda3df7da4ab6f4388e667b2758de7f (patch) | |
| tree | 5d9513e714b2ecb63c835620d898acb1b2902b2b /tools/perf/scripts/python/task-analyzer.py | |
| parent | 818d56ac1d08b68a4c42d0326786f030cc640722 (diff) | |
pmdomain: arm: Fix -EINVAL from scmi_pd_set_perf_state() on state 0
Currently, scmi_pd_set_perf_state() treats a performance state of 0 as
invalid and returns -EINVAL. As a result, devices attached to SCMI
performance domains can report failures when relinquishing their
performance vote.
The OPP framework use performance state 0 to indicate that no performance
vote is required. For example, dev_pm_opp_set_rate(dev, 0) is commonly
used (by firmware or linux) when a device is runtime suspended.
A zero performance state does not require any SCMI performance request
to be sent. Treat it as a no-op and return success instead of reporting
an error.
Signed-off-by: Praveen Talari <praveen.talari@oss.qualcomm.com>
Fixes: 2af23ceb8624 ("pmdomain: arm: Add the SCMI performance domain")
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulfh@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
