diff options
author | Bryan O'Donoghue <[email protected]> | 2023-11-23 17:03:02 +0000 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2023-12-07 08:31:15 +0100 |
commit | eb73facec2c261c92ad271e87ee37894e0bef9a8 (patch) | |
tree | 4bd25b49a07f89f166ee16e40782fea7cef3ad1f /tools/perf/scripts/python/mem-phys-addr.py | |
parent | a409b3f08dbed4b866cffeee48cce703290c300b (diff) |
media: qcom: camss: Use common VFE pm_domain_on/pm_domain_off where applicable
For the various versions of VFE we have a boiler-plate
pm_domain_on/pm_domain_off callback pair of the general form.
- Error check.
Not always done but applicable to all.
- device_link_add (DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME |
DL_FLAG_RPM_ACTIVE);
- Error check returning -EINVAL on error.
- Return 0
Reduce the pattern down to a common callback. VFE 4.1 is a special case
which to me also indicates that it is worthwhile maintaining an indirection
for the vfe_pm_domain_{on|off} for now.
Otherwise lets chuck out a bunch of needlessly replicated code.
Reviewed-by: Konrad Dybcio <[email protected]>
Suggested-by: Matti Lehtimäki <[email protected]>
Tested-by: Matti Lehtimäki <[email protected]>
Signed-off-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions