diff options
| author | Paul Cercueil <[email protected]> | 2022-11-29 19:19:32 +0000 |
|---|---|---|
| committer | Paul Cercueil <[email protected]> | 2022-12-12 13:07:01 +0000 |
| commit | 53d36818ae56bc284eb0b64664c55e018bca561f (patch) | |
| tree | 84cd113dbd94e09a43706e8aa46262c937966b8e /tools/perf/scripts/python | |
| parent | 10709aa89005fe428764d2e4334d578f502be345 (diff) | |
drm: panfrost: Remove #ifdef guards for PM related functions
Use the EXPORT_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr() macros to handle
the PM callbacks.
These macros allow the PM functions to be automatically dropped by the
compiler when CONFIG_PM is disabled, without having to use #ifdef
guards.
This has the advantage of always compiling these functions in,
independently of any Kconfig option. Thanks to that, bugs and other
regressions are subsequently easier to catch.
Signed-off-by: Paul Cercueil <[email protected]>
Reviewed-by: Steven Price <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions