Re: [PATCH v10 05/69] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()

From: Maxime Ripard

Date: Wed Aug 19 2026 - 06:10:27 EST


On Fri, 31 Jul 2026 19:19:12 +0300, Cristian Ciocaltea wrote:
> Switch drm_bridge_connector to the new drmm_connector_hdmi_init()
> signature. The vendor, product, supported_formats and max_bpc values
> now live in struct drm_connector_hdmi_funcs instead of being passed as
> separate arguments. This allows future HDMI 2.x capabilities to be
> plumbed without growing the function's argument list.
>
> [ ... ]

Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx>

Thanks!
Maxime