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)
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>

No differences found