mbox series

[0/2] media: add support for the EDID EEODB

Message ID cover.1737454902.git.hverkuil@xs4all.nl (mailing list archive)
Headers show
Series media: add support for the EDID EEODB | expand

Message

Hans Verkuil Jan. 21, 2025, 10:21 a.m. UTC
Add support for the HDMI Forum EDID Extension Override Data Block
by introducing the v4l2_num_edid_blocks() helper function.

Update the adv7511-v4l2 driver to use this new function. This
fixes adv7511 support for EDIDs using the EEODB as otherwise only the
first two blocks would be read.

Regards,

	Hans

Hans Verkuil (2):
  media: v4l2-dv-timings: add v4l2_num_edid_blocks() helper
  media: adv7511-v4l2: add support for the EEODB

 drivers/media/i2c/adv7511-v4l2.c          |  6 +++--
 drivers/media/v4l2-core/v4l2-dv-timings.c | 29 +++++++++++++++++++++++
 include/media/v4l2-dv-timings.h           |  1 +
 3 files changed, 34 insertions(+), 2 deletions(-)