Re: [PATCH] drm/connector: Document destroy hook in drmm init functions

2024-08-05 Thread Daniel Vetter
On Sun, Aug 04, 2024 at 07:05:52PM +0200, José Expósito wrote: > Document that the drm_connector_funcs.destroy hook must be NULL in > drmm_connector_init() and drmm_connector_hdmi_init(). > > Signed-off-by: José Expósito Applied to drm-misc-next, thanks for your patch. -Sima > --- > drivers/gp

[PATCH] drm/connector: Document destroy hook in drmm init functions

2024-08-04 Thread José Expósito
Document that the drm_connector_funcs.destroy hook must be NULL in drmm_connector_init() and drmm_connector_hdmi_init(). Signed-off-by: José Expósito --- drivers/gpu/drm/drm_connector.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_