Re: [PATCH v10 05/69] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
"Maxime Ripard" <[email protected]>
| Newsgroups | dev.linux.lists.linux-sunxi,org.freedesktop.lists.dri-devel,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Thanks! Maxime