From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baptiste Jonglez Subject: Re: i915_wait_request: BUG_ON(seqno == 0) triggered on IvyBridge Date: Mon, 19 Dec 2011 10:14:12 +0100 Message-ID: <20111219091412.GA30888@archminux> References: <20111219062517.GA10945@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from lvps80-90-199-152.vps.webfusion.co.uk (lvps80-90-199-152.vps.webfusion.co.uk [80.90.199.152]) by gabe.freedesktop.org (Postfix) with ESMTP id D17619EFDF for ; Mon, 19 Dec 2011 01:14:51 -0800 (PST) Content-Disposition: inline In-Reply-To: <20111219062517.GA10945@localhost> 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: Wu Fengguang Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Dec 19, 2011 at 02:25:17PM +0800, Wu Fengguang wrote: > Hi, > > I managed to trigger the below BUG_ON when switching modes in an IvyBridge box. > > i915_wait_request(): > > BUG_ON(seqno == 0); > > The call trace is at the bottom of the following dmesg. Any ideas? See commit ed4a51842a9d9e618d4f4c31349b15b974dba5df on Linus' tree (see also [1] and [2]) [1] https://lkml.org/lkml/2011/12/14/395 [2] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/903010 > Thanks, > Fengguang Regards, Baptiste