Re: [PATCH v10 04/69] drm/connector: Add drmm_connector_hdmi_init() with new signature
"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: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