Hi,
this series will add support for HPD in omapdrm. Instead of polling for HPD changes we can use interrupts to be notified of HPD change, thus we can react to events faster.
The series is based on top of 4.12-rc1
Regards, Peter --- Peter Ujfalusi (3): drm/omap: Support for HDMI hot plug detection drm/omap: displays: connector-hdmi: Support for hot plug detection drm/omap: displays: encoder-tpd12s015: Support for hot plug detection
drivers/gpu/drm/omapdrm/displays/connector-hdmi.c | 104 +++++++++++++++++++++ .../gpu/drm/omapdrm/displays/encoder-tpd12s015.c | 81 ++++++++++++++++ drivers/gpu/drm/omapdrm/dss/omapdss.h | 17 ++++ drivers/gpu/drm/omapdrm/omap_connector.c | 32 ++++++- drivers/gpu/drm/omapdrm/omap_drv.c | 29 ++++++ 5 files changed, 262 insertions(+), 1 deletion(-)