From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [PATCH] drm/edid: Try harder to fix up base EDID blocks Date: Tue, 24 Apr 2012 14:56:05 -0400 Message-ID: <4F96F745.80306@redhat.com> References: <1334587208-11772-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 0880D9E8D3 for ; Tue, 24 Apr 2012 11:56:06 -0700 (PDT) Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3OIu69l025608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Apr 2012 14:56:06 -0400 Received: from vapor.local (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q3OIu5F1016686 for ; Tue, 24 Apr 2012 14:56:06 -0400 In-Reply-To: <1334587208-11772-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 4/16/12 10:40 AM, Adam Jackson wrote: > Requiring the first byte of the EDID base block header to be 0 means we > don't fix up as many transfer errors as we could. Instead have the > callers specify whether it's meant to be block 0 or not, and > conditionally run header fixup based on that. Anybody? This appears to be a pretty common form of EDID corruption. - ajax