Re: [PATCH 06/64] drm/connector: Introduce drmm_connector_init

2022-06-20 Thread Thomas Zimmermann
Am 10.06.22 um 11:28 schrieb 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. Signed-off

[PATCH 06/64] drm/connector: Introduce drmm_connector_init

2022-06-10 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. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_con