From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver Date: Thu, 10 Nov 2011 21:53:43 +0800 Message-ID: <20111110135343.GA17633@localhost> References: <20111110075522.GA18260@localhost> <4EBB917B.5010001@pulseforce.com> <4EBBAEE5.3080302@pulseforce.com> <4EBBBA73.9000604@pulseforce.com> <20111110125638.GB7194@localhost> <4EBBCB24.8090803@pulseforce.com> <20111110131753.GA14160@localhost> <20111110135150.GB17079@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 5824C9F3B4 for ; Thu, 10 Nov 2011 05:53:56 -0800 (PST) Content-Disposition: inline In-Reply-To: <20111110135150.GB17079@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Takashi Iwai Cc: "Wang, Zhenyu Z" , "intel-gfx@lists.freedesktop.org" , "Barnes, Jesse" , Jeremy Bush , Christopher White , "Bossart, Pierre-louis" List-Id: intel-gfx@lists.freedesktop.org On Thu, Nov 10, 2011 at 09:51:50PM +0800, Wu Fengguang wrote: > > > > > So maybe the hardware is in some state that is unable to provide the > > > > > real ELD content? > > > > That's my guess as well. I think the hardware may still be doing some > > > > form of data negotiation with the HDMI display device at that stage, and > > > > doesn't have the copy of the EDID+ELD buffer until a tiny bit later. > > > > Possibly? > > > > > > Look at the below dmesg. The ELD seem to available immediately after the DPMS > > > state setting.. > > > > Interesting. Does HDMI audio work at all while HDMI DPMS off? > > It clears SDVO_ENABLE bit, so this might turn off both video and > > audio? > > We normally see transient blank screen and silence of audio when > switching the video mode. > > The spec says that at this short stage the HDMI/DP audio driver should [the stage of ELD_Valid temporarily goes 0 while monitor is still there] > take NO action like stopping the audio stream -- just let go of it for > the moment. > > Thanks, > Fengguang