Re: [PATCH v10 55/69] drm/sun4i: hdmi: 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: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