From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: Re: drm/i915: new warning (regression) in 3.7.10 and 3.8.3 Date: Tue, 9 Apr 2013 15:21:35 +0200 Message-ID: <20130409132135.GC5132@netboy> References: <20130409125003.GW2228@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20130409125003.GW2228@phenom.ffwll.local> Sender: linux-kernel-owner@vger.kernel.org To: Tomas Melin , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, David Airlie List-Id: dri-devel@lists.freedesktop.org On Tue, Apr 09, 2013 at 02:50:03PM +0200, Daniel Vetter wrote: > > This should be fixed with the above mentioned patch. The issue is that the > bios fumbles around with the output configuration behind our backs, so the > new paranoid modeset code in 3.7+ freaks out about the state mismatch > between sw and hw. > > The patch above should detect this situation and undo any bios-induced > damage. Even with the patch, I still am seeing the issue (in 3.8). Thanks, Richard