Re: [PATCH v14 01/28] drm/connector: Introduce an HDMI connector initialization function

2024-05-22 Thread Dmitry Baryshkov
On Tue, May 21, 2024 at 12:13:34PM +0200, Maxime Ripard wrote: > A lot of the various HDMI drivers duplicate some logic that depends on > the HDMI spec itself and not really a particular hardware > implementation. > > Output BPC or format selection, infoframe generation are good examples > of such

[PATCH v14 01/28] drm/connector: Introduce an HDMI connector initialization function

2024-05-21 Thread Maxime Ripard
A lot of the various HDMI drivers duplicate some logic that depends on the HDMI spec itself and not really a particular hardware implementation. Output BPC or format selection, infoframe generation are good examples of such areas. This creates a lot of boilerplate, with a lot of variations, which