Re: [PATCH v10 55/69] drm/sun4i: hdmi: 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:20:02 +0300, Cristian Ciocaltea wrote: > Switch driver over to the new drmm_connector_hdmi_init() signature and > advertise HDMI 1.2 support. The vendor, product, supported_formats and > max_bpc values previously passed as arguments are now provided through > struct drm_connector_hdmi_funcs, together with the new > supported_hdmi_ver field. > > [ ... ] Reviewed-by: Maxime Ripard <[email protected]> Thanks! Maxime