Hi Emil, On 27.10.23 14:22, Emil Abildgaard Svendsen wrote: > [Sie erhalten nicht häufig E-Mails von emas@xxxxxxxxxxxxxxx. Weitere Informationen, warum dies wichtig ist, finden Sie unter https://aka.ms/LearnAboutSenderIdentification ] > > Currently reading EDID only works because usually only two EDID blocks > of 128 bytes is used. Where an EDID segment holds 256 bytes or two EDID > blocks. And the first EDID segment read works fine but E-EDID specifies > up to 128 segments. > > The logic is broken so change EDID segment index to multiple of 256 > bytes and not 128 (block size). > > Fixes: 9c8af882bf12 ("drm: Add adv7511 encoder driver") > > Signed-off-by: Emil Svendsen <emas@xxxxxxxxxxxxxxx> > --- > v2: > - Split into two patches. > - Add Fixes tag. > > v1: https://lore.kernel.org/all/20231026113029.575846-1-emas@xxxxxxxxxxxxxxx/ Unfortunately this v2 series breaks my setup in the same way as I reported for v1 [1]. Also, please add me to CC for future versions otherwise I will likely miss them. Thanks Frieder [1] https://patchwork.kernel.org/project/dri-devel/patch/20231026113029.575846-1-emas@xxxxxxxxxxxxxxx/#25572510