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 Changes since v1: - add lots of comments to the v4l2_num_edid_blocks helper. There are a lot of constants there, so those needed proper comments. 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 | 36 +++++++++++++++++++++++ include/media/v4l2-dv-timings.h | 1 + 3 files changed, 41 insertions(+), 2 deletions(-) -- 2.45.2