Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932142AbbHGOUy (ORCPT ); Fri, 7 Aug 2015 10:20:54 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:58756 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932080AbbHGOUw (ORCPT ); Fri, 7 Aug 2015 10:20:52 -0400 Message-ID: <1438957247.2467.17.camel@pengutronix.de> Subject: Re: [PATCH 1/2] drm: bridge/dw_hdmi: Cache edid data From: Lucas Stach To: Russell King - ARM Linux Cc: Sascha Hauer , Thierry Reding , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Date: Fri, 07 Aug 2015 16:20:47 +0200 In-Reply-To: <20150807141346.GH7557@n2100.arm.linux.org.uk> References: <1438955961-27232-1-git-send-email-s.hauer@pengutronix.de> <1438955961-27232-2-git-send-email-s.hauer@pengutronix.de> <20150807141346.GH7557@n2100.arm.linux.org.uk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:fa0f:41ff:fe58:4010 X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1876 Lines: 42 Am Freitag, den 07.08.2015, 15:13 +0100 schrieb Russell King - ARM Linux: > On Fri, Aug 07, 2015 at 03:59:20PM +0200, Sascha Hauer wrote: > > Instead of rereading the edid data each time userspace asks for them > > read them once and cache them in the previously unused edid field in > > struct dw_hdmi. This makes the code a little bit more efficient. > > How has this been tested? > > Has it been tested with an AV amplifier in the path to the display device? > If not, it really needs to be tested, because such devices modify the EDID > data, or subsitute their own, and alter the EDID data depending on their > needs. When they do, they lower and re-assert the HPD signal, possibly > for as little as 100ms - defined by the HDMI spec. > This has not been tested with an AV amp, but if the amp behaves the way you describe it this should be fine. If we get an HPD event we inform the DRM core, which will then call our connector detect function, triggering a re-read of the EDID data. Regards, Lucas > For example, an AV amplifier in standby can provide the displays EDID in > the first page of EDID, along with the displays extended EDID in the > second page. When the AV amplifier is powered up, it can provide a > different second page of EDID information detailing the audio formats > that it can accept, and it will lower and re-assert the HPD signal to > cause the connected devices to read the updated EDID information. Same > thing can happen when switching to standby mode too. > -- Pengutronix e.K. | Lucas Stach | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/