]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAPDSS: HDMI: hot plug detect fix
authorRob Clark <rob@ti.com>
Mon, 20 Feb 2012 21:03:36 +0000 (15:03 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Mar 2012 19:31:38 +0000 (12:31 -0700)
commiteb49e7c1013923b35e5c69a0686331477891cacb
tree6be075895206ca87359b79e5c937e3f579b3d8e8
parent338b2875624561c3ea57d95519497527c06d123f
OMAPDSS: HDMI: hot plug detect fix

commit ca888a7958b3d808e4efd08ceff88913f4212c69 upstream.

The "OMAPDSS: HDMI: PHY burnout fix" commit switched the HDMI driver
over to using a GPIO for plug detect.  Unfortunately the ->detect()
method was not also updated, causing HDMI to no longer work for the
omapdrm driver (because it would actually check if a connection was
detected before attempting to enable display).

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c