From 3c5968002bb47556aff9c15939e8e15fb7f53756 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Fri, 2 Jun 2017 15:26:35 +0300 Subject: [PATCH] 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 Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/dss/omapdss.h | 17 +++++++++++ drivers/gpu/drm/omapdrm/omap_connector.c | 37 +++++++++++++++++++++++- drivers/gpu/drm/omapdrm/omap_drv.c | 29 +++++++++++++++++++ 3 files changed, 82 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h index 85953a0bc7c2..b9b0bb27069a 100644 --- a/drivers/gpu/drm/omapdrm/dss/omapdss.h +++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h @@ -25,6 +25,7 @@ #include