diff options
author | 2024-03-04 10:08:12 +0100 | |
---|---|---|
committer | 2024-03-11 10:50:37 +0100 | |
commit | 674dc7f61aefea81901c21402946074927e63f1a (patch) | |
tree | c9c1fe424523d6ba645c92756e4370cccce58780 /drivers/gpu/drm/drm_client.c | |
parent | drm/panthor: Explicitly include mm.h for the {virt, __phys)_to_pfn() defs (diff) | |
download | linux-rng-674dc7f61aefea81901c21402946074927e63f1a.tar.xz linux-rng-674dc7f61aefea81901c21402946074927e63f1a.zip |
drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue
panthor_device_resume/suspend() are only compiled when CONFIG_PM is
enabled but panthro_drv.c doesn't use the pm_ptr() macro to conditionally
discard resume/suspend assignments, which causes undefined symbol
errors at link time when !PM.
We could fix that by using pm_ptr(), but supporting the !PM case makes
little sense (the whole point of these embedded GPUs is to be low power,
so proper PM is a basic requirement in that case). So let's just enforce
the presence of CONFIG_PM with a Kconfig dependency instead.
If someone needs to relax this dependency, it can be done in a follow-up.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202403031944.EOimQ8WK-lkp@intel.com/
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240304090812.3941084-4-boris.brezillon@collabora.com
Diffstat (limited to 'drivers/gpu/drm/drm_client.c')
0 files changed, 0 insertions, 0 deletions