diff options
author | Paul Cercueil <paul@crapouillou.net> | 2022-11-29 19:19:37 +0000 |
---|---|---|
committer | Paul Cercueil <paul@crapouillou.net> | 2022-12-12 13:07:02 +0000 |
commit | 8d1c4e59ddd888f03c860eca715dad97b7652b7d (patch) | |
tree | f880fb07df2fafd5df47ddbe67157d81da5a4194 /.mailmap | |
parent | fcf2323828f215b91585aa328af34a8c3af5c593 (diff) | |
download | linux-8d1c4e59ddd888f03c860eca715dad97b7652b7d.tar.gz |
drm: tilcdc: Remove #ifdef guards for PM related functions
Use the DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() macros to handle
the .suspend/.resume callbacks.
These macros allow the suspend and resume functions to be automatically
dropped by the compiler when CONFIG_SUSPEND 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 <paul@crapouillou.net>
Acked-by: Jyri Sarha <jyri.sarhaı@iki.fi>
Link: https://patchwork.freedesktop.org/patch/msgid/20221129191942.138244-8-paul@crapouillou.net
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions