]> git.baikalelectronics.ru Git - kernel.git/commit
drm: tda998x: Fix EDID read timeout on HDMI connect
authorJean-Francois Moine <moinejf@free.fr>
Sat, 29 Nov 2014 07:57:15 +0000 (08:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 1 Dec 2014 10:49:28 +0000 (10:49 +0000)
commita703b37ff359d700fc56ecded3d9100827a64a4f
tree748928ded0c600bed45b5567437444f23c255fde
parent6bdea94c9f449eb9a579daa8014e26343899c552
drm: tda998x: Fix EDID read timeout on HDMI connect

When the HDMI cable is disconnected and reconnected, EDID reading
is called too early raising a EDID read timeout.
This patch uses the system work queue to delay the notification
of the HDMI connect/disconnect event.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c