From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ondrej Zary Subject: Re: regression: 2.6.35-rc1 hangs on i865G with KMS Date: Sat, 5 Jun 2010 13:44:29 +0200 Message-ID: <201006051344.30836.linux@rainbow-software.org> References: <201006042201.29872.linux@rainbow-software.org> <87vd9yjpj4.fsf@pollan.anholt.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.atlantis.sk (mail1-out1.atlantis.sk [80.94.52.55]) by gabe.freedesktop.org (Postfix) with ESMTP id B84909F0F1 for ; Sat, 5 Jun 2010 04:44:39 -0700 (PDT) In-Reply-To: <87vd9yjpj4.fsf@pollan.anholt.net> Content-Disposition: inline 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: Eric Anholt Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Saturday 05 June 2010 02:23:27 Eric Anholt wrote: > On Fri, 4 Jun 2010 22:01:28 +0200, Ondrej Zary wrote: > > Hello, > > I'm testing 2.6.35-rc1 kernel on Asus P4P800-VM (i865G chipset). After > > loading i915 module, the screen goes blank and the kernel hangs > > completely (same with 2.6.35-rc1-git2). This does not happen with > > "i915.modeset=0" parameter. > > > > This problem does not appear with 2.6.34. Is this a known regression? > > Not known as far as I know -- we'd enjoy a bisect with a bug report on > bugs.freedesktop.org. I don't like that place - from 13 bugs I have reported there, 11 are still open :( I even provided a patch for one and nobody cares... Bisect reveals two possible bad commits: 386516744ba45d50f42c6999151cc210cb4f96e4 drm/fb: fix fbdev object model + cleanup properly or 8be48d924c307e72e3797ab5bde81b07a1ccc52d drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list It depends on the last step of bisection - that kernel hangs but in a different way - the monitor has no signal (in every other case, the monitor was just blank). Reverting these commits is not possible. -- Ondrej Zary