Re: [PATCH v7 01/11] drm/bridge: add devm_drm_bridge_alloc()

From: Maxime Ripard
Date: Fri Mar 14 2025 - 13:58:57 EST


On Fri, 14 Mar 2025 11:31:14 +0100, Luca Ceresoli wrote:
> Add a macro to allocate and initialize a DRM bridge embedded within a
> private driver struct.
>
> Compared to current practice, which is based on [devm_]kzalloc() allocation
> followed by open-coded initialization of fields, this allows to have a
>
> [ ... ]

Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx>

Thanks!
Maxime