Re: [PATCH 2/2] drm/rockchip: Fix shutdown when no drm-device is set up

2025-02-26 Thread Nicolas Frattaroli
On Friday, 21 February 2025 00:41:41 Central European Standard Time Heiko Stuebner wrote: > When the drm-driver probes, it mainly creates the component device, where > all the sub-drivers (vops, hdmi, etc) hook into. > > This will cause the shutdown handler to get called on shutdown, even > thoug

[PATCH 2/2] drm/rockchip: Fix shutdown when no drm-device is set up

2025-02-20 Thread Heiko Stuebner
When the drm-driver probes, it mainly creates the component device, where all the sub-drivers (vops, hdmi, etc) hook into. This will cause the shutdown handler to get called on shutdown, even though the drm-device might not have been set up, or the component bind might have failed. So use the new