diff options
author | Dmitry Osipenko <[email protected]> | 2021-01-18 03:55:23 +0300 |
---|---|---|
committer | Viresh Kumar <[email protected]> | 2021-02-02 10:27:34 +0530 |
commit | f2f4d2b86f432fecfd76afa5f4f60f47833121b5 (patch) | |
tree | cebbaacad76af4c2a26b76a3759c189ce950c3b2 /scripts/bpf_helpers_doc.py | |
parent | b4b9e223eccaeec6e05d927c292d4425fd18f243 (diff) |
opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()
NVIDIA Tegra SoCs have a power domains topology such that child domains
only clamp a power rail, while parent domain controls shared performance
state of the multiple child domains. In this case child's domain doesn't
need to have OPP table. Hence we want to allow children power domains to
pass performance state to the parent domain if child's domain doesn't have
OPP table.
The dev_pm_opp_xlate_performance_state() gets src_table=NULL if a child
power domain doesn't have OPP table and in this case we should pass the
performance state to the parent domain.
Tested-by: Peter Geis <[email protected]>
Tested-by: Nicolas Chauvet <[email protected]>
Tested-by: Matt Merhar <[email protected]>
Signed-off-by: Dmitry Osipenko <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions