Re: [PATCH v2 07/68] drm/connector: Introduce drmm_connector_init

2022-06-24 Thread Sam Ravnborg
On Wed, Jun 22, 2022 at 04:31:08PM +0200, Maxime Ripard wrote: > Unlike other DRM entities, there's no helper to create a DRM-managed > initialisation of a connector. > > Let's create an helper to initialise a connector that would be passed as an > argument, and handle the cleanup through a DRM-ma

[PATCH v2 07/68] drm/connector: Introduce drmm_connector_init

2022-06-22 Thread Maxime Ripard
Unlike other DRM entities, there's no helper to create a DRM-managed initialisation of a connector. Let's create an helper to initialise a connector that would be passed as an argument, and handle the cleanup through a DRM-managed action. Acked-by: Thomas Zimmermann Signed-off-by: Maxime Ripard