Address the following FIXME: convert parsers to use struct cea_db in the drm_edid cea_ext parsers. 1) drm_parse_hdmi_vsdb_video 2) drm_parse_hdmi_forum_scds 3) drm_parse_microsoft_vsdb 4) drm_parse_vcdb 5) drm_parse_hdr_metadata_block These patches are pre-requisite to address another FIXME /* FIXME: Transition to passing struct cea_db * everywhere. */ based on feedback from https://lore.kernel.org/all/20241011152929.10145-1-vamsikrishna.brahmajosyula@xxxxxxxxx/ which will be sent in subsequent patch series. In all the patches in this series, db[n] has changed to data[n-1] since db={u8 len, u8 *data}. Vamsi Krishna Brahmajosyula (5): drm/edid: convert drm_parse_hdmi_vsdb_video to use struct cea_db * drm/edid: convert drm_parse_hdmi_forum_scds to use struct cea_db * drm/edid: convert drm_parse_microsoft_vsdb to use struct cea_db * drm/edid: convert drm_parse_vcdb to use struct cea_db * drm/edid: convert drm_parse_hdr_metadata_block to use struct cea_db * drivers/gpu/drm/drm_edid.c | 126 +++++++++++++++++++------------------ 1 file changed, 66 insertions(+), 60 deletions(-) base-commit: 850925a8133c73c4a2453c360b2c3beb3bab67c9 -- 2.47.0