From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [PATCH 1/3] drm/edid: Be stricter about stereo mode rejection Date: Fri, 31 Aug 2012 14:03:11 -0400 Message-ID: <5040FC5F.9070608@redhat.com> References: <1339009673-30704-1-git-send-email-ajax@redhat.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 202829E7B2 for ; Fri, 31 Aug 2012 11:03:13 -0700 (PDT) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7VI3Cir016593 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 31 Aug 2012 14:03:12 -0400 Received: from vapor.local (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7VI3BiE006459 for ; Fri, 31 Aug 2012 14:03:12 -0400 In-Reply-To: <1339009673-30704-1-git-send-email-ajax@redhat.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: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 6/6/12 3:07 PM, Adam Jackson wrote: > Either bit 5 or 6 of that byte may be set in a stereo mode. > > E-EDID v1.4, Table 3.22 > > Signed-off-by: Adam Jackson Anyone want to give this series some love? - ajax