From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Niehusmann Subject: Re: 2.6.38-rc8 regressions Date: Sun, 20 Mar 2011 16:48:37 +0100 Message-ID: <20110320154837.GA16914@x61s.reliablesolutions.de> References: <20110314090811.GA4779@x61s.reliablesolutions.de> <20110316174654.GA24936@jannic.reliablesolutions.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.moria.gondor.com (vs1.gondor.com [78.47.100.202]) by gabe.freedesktop.org (Postfix) with ESMTP id 8DD899E779 for ; Sun, 20 Mar 2011 08:48:39 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Wed, Mar 16, 2011 at 06:34:57PM +0000, Chris Wilson wrote: > On Wed, 16 Mar 2011 18:46:55 +0100, Jan Niehusmann wrote: > > With that patch applied, I still observed the described behaviour. > > Additionally, some java application had display update problems. (But > > java generally has some problems because I'm using a non-reparenting > > window manager, 'awesome', which java doesn't like). > > > > What do you think, would it be worthwhile to try a more recent version > > of xf86-video-intel? > > Ok, that's more worrying. That bug certainly matched what you describe, > and I don't offhand know of another commit since 2.13 that is relevant. It > would be good to double-check first though. I bisected the display update issues to start between 0b0b053a and c64f7ba5. fe669bf8 doesn't work at all (black screen after X startup), and I didn't try 1b6064d7 yet: bad: c64f7ba agp/intel: Remove confusion of stolen entries not stolen memory not tried: 1b6064d agp/intel: Remove the artificial cap on stolen size crashes: fe669bf drm/i915: Compute physical addresses from base of stolen memory good: 0b0b053 drm/i915/panel: Restore saved value of BLC_PWM_CTL Another observation I made is that everything is fine while I am using a dual-screen setup. As dual-screen disables frame buffer compression, I tried to i915.powersave=0, and indeed, with this parameter I was unable to reproduce the issues, as well. Is there anything else I could try? Unfortunately, because of conflicting changes, it's not easily possible to just revert these commits from 2.6.38. Regards, Jan