Re: [PATCH v10 04/69] drm/connector: Add drmm_connector_hdmi_init() with new signature
"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:11 +0300, Cristian Ciocaltea wrote: > In preparation for providing HDMI 2.x source capabilities, move the > vendor, product, supported_formats and max_bpc parameters out of the > init function into struct drm_connector_hdmi_funcs, and add new > supported_hdmi_ver and supported_tmds_char_rate fields there as well. > > > [ ... ] Reviewed-by: Maxime Ripard <[email protected]> Thanks! Maxime