Re: [PATCH 12/64] drm/vc4: Call component_unbind_all()

2022-06-14 Thread Dave Stevenson
On Fri, 10 Jun 2022 at 10:30, Maxime Ripard wrote: > > While we were using the component framework to deal with all the DRM > subdevices, we were not calling component_unbind_all(). > > This leads to none of the subdevices freeing up their resources as part of > their unbind() or device managed ho

[PATCH 12/64] drm/vc4: Call component_unbind_all()

2022-06-10 Thread Maxime Ripard
While we were using the component framework to deal with all the DRM subdevices, we were not calling component_unbind_all(). This leads to none of the subdevices freeing up their resources as part of their unbind() or device managed hooks. Fixes: c8b75bca92cb ("drm/vc4: Add KMS support for Raspbe