From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: -next queue and EDID stuff Date: Tue, 28 Aug 2012 20:13:45 -0400 Message-ID: <503D5EB9.2040405@redhat.com> References: <503BD762.6070204@redhat.com> <503D553C.9000503@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id BC8CF9E772 for ; Tue, 28 Aug 2012 17:13:48 -0700 (PDT) In-Reply-To: <503D553C.9000503@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Ian Pilcher Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 8/28/12 7:33 PM, Ian Pilcher wrote: > On 08/27/2012 03:24 PM, Adam Jackson wrote: >> https://patchwork.kernel.org/patch/1310091/ - nak, the commit message >> itself gives away that we're doing else something wrong here. If >> DISABLE_AUDIO is sufficient for one driver it should be sufficient for all. > > Actually, I believe that the error is probably in the Intel driver. As > I understand it, it shouldn't be sending audio InfoFrames to a non-HDMI > display. If that's the case then I'd still say "we're doing something else wrong here". Quirks - at least at the core drm level - are not for working around broken drivers, they're for working around broken displays. - ajax