From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758825Ab2C1WTA (ORCPT ); Wed, 28 Mar 2012 18:19:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29572 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756079Ab2C1WS7 (ORCPT ); Wed, 28 Mar 2012 18:18:59 -0400 Date: Wed, 28 Mar 2012 18:18:23 -0400 From: Dave Jones To: Jiri Kosina Cc: Andreas Hartmann , richard -rw- weinberger , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, keithp@keithp.com, airlied@redhat.com Subject: Re: Corrupted files after suspend to disk Message-ID: <20120328221823.GA1897@redhat.com> Mail-Followup-To: Dave Jones , Jiri Kosina , Andreas Hartmann , richard -rw- weinberger , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, keithp@keithp.com, airlied@redhat.com References: <4F574113.8030906@01019freenet.de> <4F5DF8F0.5010801@01019freenet.de> <20120312214914.GA8628@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 29, 2012 at 12:12:53AM +0200, Jiri Kosina wrote: > On Mon, 12 Mar 2012, Dave Jones wrote: > > > > https://bugzilla.novell.com/show_bug.cgi?id=732908 > > > > > > Following the link, you are able to compare the used chips - maybe there > > > are some equal components? > > > > This looks like the i915 corruption problem mentioned in a few other threads. > > > > if you compare the hexdump of the good/bad files, you find that the corruption > > happens in 8x 4 byte writes of either 0x00000000 or 0x00aaaaaa. > > > > KeithP clued me in last week that that looks like an ARGB pixel quad, so these > > writes are likely 8 pixel strips. > > So this keeps happening to me on almost every resume still ... Keith, is > there any way I could help you debug this? Try this https://bugzilla.kernel.org/attachment.cgi?id=72739 Dave