Re: [PATCH v5 06/44] drm/connector: Introduce an HDMI connector initialization function

2023-12-14 Thread Dave Stevenson
Hi Maxime As requested, I'm just going through patches 6-16. I will say that I've been less thorough in checking the kunit test code in this series than the core code changes, and I'm trusting that all the unit tests pass. I get a build failure on the complete series for arm64 with the standard d

[PATCH v5 06/44] drm/connector: Introduce an HDMI connector initialization function

2023-12-07 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