media: i2c: adv7604/tc358743/tda1997x: HPD low for HZ / 7
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 25 Jun 2025 06:35:36 +0000 (08:35 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Jul 2025 06:35:26 +0000 (08:35 +0200)
commit5bcc50cb55c2bdc24aafffef9ad1529839ddc948
tree18de3d1ac4c3a65a89a6ffdb96a040cd3f0cb114
parenta8598c7de1bcd94461ca54c972efa9b4ea501fb9
media: i2c: adv7604/tc358743/tda1997x: HPD low for HZ / 7

When the EDID is updated, the hotplug detect signal must remain low for
100 ms minimum. Currently these three drivers use that exact minimum,
but some HDMI transmitters need the HPD to be low for a bit longer
before they detect that they need to read the EDID again.

Experience shows that HZ / 7 (= 143 ms) is a good value.

So change HZ / 10 to HZ / 7.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/adv7604.c
drivers/media/i2c/tc358743.c
drivers/media/i2c/tda1997x.c