From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Buesch Subject: Re: [PATCH] drm: Retry i2c transfer of EDID block after failure Date: Tue, 15 Mar 2011 23:20:31 +0100 Message-ID: <1300227631.1961.1.camel@marge> References: <1299336980.2123.14.camel@marge> <1300187081-6685-1-git-send-email-chris@chris-wilson.co.uk> (sfid-20110315_120458_565725_FFFFFFFF99171F35) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from bu3sch.de (80-190-117-144.ip-home.de [80.190.117.144]) by gabe.freedesktop.org (Postfix) with ESMTP id 985D39E8B3 for ; Tue, 15 Mar 2011 15:20:37 -0700 (PDT) In-Reply-To: <1300187081-6685-1-git-send-email-chris@chris-wilson.co.uk> (sfid-20110315_120458_565725_FFFFFFFF99171F35) 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: Chris Wilson Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Tue, 2011-03-15 at 11:04 +0000, Chris Wilson wrote: > Usually EDID retrieval is fine. However, sometimes, especially when the > machine is loaded, it fails, but succeeds after a few retries. > > Based on a patch by Michael Buesch. > > Reported-by: Michael Buesch > Signed-off-by: Chris Wilson > --- I'm currently testing this. It boots, but to see if it fixes the issue, I'll have to run some more tests. Note that this patch is subject to .37-table and probably earlier releases, too. -- Greetings, Michael.