[PATCH 0/2] Fix the shutdown callback of a drm component device
Heiko Stuebner
heiko at sntech.de
Thu Feb 20 15:41:39 PST 2025
Probe deferral can cause the platform-data we access to be freed already
causing ugly splats on system shutdown.
Fix this via a small component-helper and adapting the rockchip-drm
shutdown handler.
Heiko Stuebner (2):
drivers: base: component: add function to query the bound status
drm/rockchip: Fix shutdown when no drm-device is set up
drivers/base/component.c | 14 ++++++++++++++
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 6 ++++--
include/linux/component.h | 4 +++-
3 files changed, 21 insertions(+), 3 deletions(-)
--
2.47.2
More information about the Linux-rockchip
mailing list