On Thu, 3 Feb 2022 12:54:16 +0100, Maxime Ripard wrote: > In order to fill the drm_display_info structure each time an EDID is > read, the code currently will call drm_add_display_info with the parsed > EDID. > > drm_add_display_info will then call drm_reset_display_info to reset all > the fields to 0, and then set them to the proper value depending on the > EDID. > > [...] Applied to drm/drm-misc (drm-misc-fixes). Thanks! Maxime