Re: [PATCH v2 05/68] drm/connector: Mention the cleanup after drm_connector_init

2022-06-24 Thread Sam Ravnborg
On Wed, Jun 22, 2022 at 04:31:06PM +0200, Maxime Ripard wrote: > Unlike encoders and CRTCs, the drm_connector_init() and > drm_connector_init_with_ddc() don't mention how the cleanup is supposed to > be done. Let's add it. > > Signed-off-by: Maxime Ripard Looks sensible, Acked-by: Sam Ravnborg >

[PATCH v2 05/68] drm/connector: Mention the cleanup after drm_connector_init

2022-06-22 Thread Maxime Ripard
Unlike encoders and CRTCs, the drm_connector_init() and drm_connector_init_with_ddc() don't mention how the cleanup is supposed to be done. Let's add it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/drm_connector.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/d