Re: [PATCH v10 05/69] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
"Maxime Ripard" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.rockchip |
|---|---|
| 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