Re: [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation

2024-02-27 Thread Maxime Ripard
On Sun, Feb 25, 2024 at 05:02:51PM +0200, Dmitry Baryshkov wrote: > > @@ -476,6 +478,7 @@ EXPORT_SYMBOL(drmm_connector_init); > > */ > > int drmm_connector_hdmi_init(struct drm_device *dev, > > struct drm_connector *connector, > > +const c

Re: [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation

2024-02-25 Thread Dmitry Baryshkov
On Thu, 22 Feb 2024 at 20:16, Maxime Ripard wrote: > > Infoframes in KMS is usually handled by a bunch of low-level helpers > that require quite some boilerplate for drivers. This leads to > discrepancies with how drivers generate them, and which are actually > sent. > > Now that we have everythin

[PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation

2024-02-22 Thread Maxime Ripard
Infoframes in KMS is usually handled by a bunch of low-level helpers that require quite some boilerplate for drivers. This leads to discrepancies with how drivers generate them, and which are actually sent. Now that we have everything needed to generate them in the HDMI connector state, we can gen