OSDN Git Service

drm/omap: Support for HDMI hot plug detection
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 2 Jun 2017 12:26:35 +0000 (15:26 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Aug 2017 12:18:25 +0000 (15:18 +0300)
commit3c5968002bb47556aff9c15939e8e15fb7f53756
treef4d89053c58b6d183b9ffec018f10466bd65a371
parent95552191f0a0c3632808d8883fc05d37a5c2fe14
drm/omap: Support for HDMI hot plug detection

The HPD signal can be used for detecting HDMI cable plug and unplug event
without the need for polling the status of the line.
This will speed up detecting such event because we do not need to wait for
the next poll event to notice the state change.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/omapdss.h
drivers/gpu/drm/omapdrm/omap_connector.c
drivers/gpu/drm/omapdrm/omap_drv.c