public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/edid: Convert cea_ext parsers to use struct cea_db *
@ 2024-10-27  7:51 Vamsi Krishna Brahmajosyula
  2024-10-27  7:51 ` [PATCH 1/5] drm/edid: convert drm_parse_hdmi_vsdb_video " Vamsi Krishna Brahmajosyula
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Vamsi Krishna Brahmajosyula @ 2024-10-27  7:51 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, simona,
	jani.nikula
  Cc: skhan, dri-devel, linux-kernel

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@gmail.com/
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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-11-13 16:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27  7:51 [PATCH 0/5] drm/edid: Convert cea_ext parsers to use struct cea_db * Vamsi Krishna Brahmajosyula
2024-10-27  7:51 ` [PATCH 1/5] drm/edid: convert drm_parse_hdmi_vsdb_video " Vamsi Krishna Brahmajosyula
2024-10-28 13:45   ` Jani Nikula
2024-10-28 14:38     ` Ville Syrjälä
2024-11-13 16:29       ` Vamsi Krishna Brahmajosyula
2024-10-27  7:51 ` [PATCH 2/5] drm/edid: convert drm_parse_hdmi_forum_scds " Vamsi Krishna Brahmajosyula
2024-10-27  7:51 ` [PATCH 3/5] drm/edid: convert drm_parse_microsoft_vsdb " Vamsi Krishna Brahmajosyula
2024-10-27  7:51 ` [PATCH 4/5] drm/edid: convert drm_parse_vcdb " Vamsi Krishna Brahmajosyula
2024-10-27  7:51 ` [PATCH 5/5] drm/edid: convert drm_parse_hdr_metadata_block " Vamsi Krishna Brahmajosyula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox