Re: [PATCH v3 7/8] drm/display: Move HDMI helpers into display-helper module

2022-04-21 Thread Javier Martinez Canillas
Hello Thomas, On 4/21/22 09:31, Thomas Zimmermann wrote: > Move DRM's HMDI helpers into the display/ subdirectoy and add it > to DRM's display helpers. Update all affected drivers. No functional > changes. > > The HDMI helpers were implemented in the EDID and connector code, but > are actually un

[PATCH v3 7/8] drm/display: Move HDMI helpers into display-helper module

2022-04-21 Thread Thomas Zimmermann
Move DRM's HMDI helpers into the display/ subdirectoy and add it to DRM's display helpers. Update all affected drivers. No functional changes. The HDMI helpers were implemented in the EDID and connector code, but are actually unrelated. With the move to the display-helper library, we can remove th