Re: [PATCH v3 08/71] drm/connector: Check for destroy implementation

2022-06-29 Thread Jani Nikula
On Wed, 29 Jun 2022, Maxime Ripard wrote: > Connectors need to be cleaned up with a call to drm_connector_cleanup() > in their drm_connector_funcs.destroy implementation. > > Let's check for this and complain if there's no such function. > > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/d

[PATCH v3 08/71] drm/connector: Check for destroy implementation

2022-06-29 Thread Maxime Ripard
Connectors need to be cleaned up with a call to drm_connector_cleanup() in their drm_connector_funcs.destroy implementation. Let's check for this and complain if there's no such function. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_connector.c | 6 ++ 1 file changed, 6 insertions(+