From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967269AbdEWJpQ (ORCPT ); Tue, 23 May 2017 05:45:16 -0400 Received: from galahad.ideasonboard.com ([185.26.127.97]:46249 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757409AbdEWJpL (ORCPT ); Tue, 23 May 2017 05:45:11 -0400 From: Laurent Pinchart To: Peter Ujfalusi Cc: tomi.valkeinen@ti.com, airlied@linux.ie, jsarha@ti.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] drm/omap: displays: connector-hdmi: Support for hot plug detection Date: Tue, 23 May 2017 12:45:27 +0300 Message-ID: <3265236.TtRcDxutng@avalon> User-Agent: KMail/4.14.10 (Linux/4.9.16-gentoo; KDE/4.14.32; x86_64; ; ) In-Reply-To: <20170515090312.32051-3-peter.ujfalusi@ti.com> References: <20170515090312.32051-1-peter.ujfalusi@ti.com> <20170515090312.32051-3-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, Thank you for the patch. On Monday 15 May 2017 12:03:11 Peter Ujfalusi wrote: > If the hpd_gpio is valid, use interrupt handler to react to HPD changes. > In case the hpd_gpio is not valid, try to enable hpd detection on the > encoder if it supports it. > > Signed-off-by: Peter Ujfalusi > --- > drivers/gpu/drm/omapdrm/displays/connector-hdmi.c | 104 +++++++++++++++++++ > 1 file changed, 104 insertions(+) > > diff --git a/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c > b/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c index > 1ef130641bae..3a90f89ada77 100644 > --- a/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c > +++ b/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c > @@ -15,6 +15,7 @@ > #include > #include > #include > +#include Did you mean linux/mutex.h ? > > #include > #include