From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756240Ab0IYK21 (ORCPT ); Sat, 25 Sep 2010 06:28:27 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:38995 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755842Ab0IYK20 (ORCPT ); Sat, 25 Sep 2010 06:28:26 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=MxQcqh+56zWl/2ASzmyfUMAwXbHUZA2pH8bmn2Sr9yRknMYFEDi84etcjqHXCY01Ll gyqwKZ864jsxfWiz6Nxsyz9Fv4iwuJWH3YxCOcffQhfPq4hNqZLebV+hzvQ9X5l65dCu BZd/u4fgPMnvaVflGbHSen0wpk9rOdNSvjY40= Date: Sat, 25 Sep 2010 12:28:20 +0200 From: Paolo Ornati To: Jesse Barnes Cc: Vasily Khoruzhick , Simon Farnsworth , intel-gfx@lists.freedesktop.org, Sitsofe Wheeler , Venkatesh Pallipadi , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [Intel-gfx] Interrupt latency on some 945GM platforms Message-ID: <20100925122820.37c01ea3@gmail.com> In-Reply-To: <20100921155653.440afea4@jbarnes-desktop> References: <201009132336.17310.anarsoul@gmail.com> <201009171002.09187.simon.farnsworth@onelan.co.uk> <4b4d1e0a-b1ad-40f1-a829-6d4726d2b2d3@email.android.com> <201009171550.48480.anarsoul@gmail.com> <20100921202607.2b46ffca@gmail.com> <20100921155653.440afea4@jbarnes-desktop> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Sep 2010 15:56:53 -0700 Jesse Barnes wrote: > > I've a laptop with 945GM (Asus x5dij) and with 2.6.32+ kernels I'm > > having random, but not frequent, screen flickering problems (for some > > reasons 2.6.31 works fine). > > > > Problem goes away with "nohz=off". > > > > I'll try with "processor.max_cstate=?" and see if that works too. > > Can you guys try something like this? My theory is that 945GM has some > power management behavior we're failing to configure correctly. If > disabling it works, then it's likely related. UPDATE: "processor.max_cstate=2" doesn't solve the sporadic flicker problem. The patch, applied on top of 2.6.35.4, freezes the laptop on boot. Summary: nohz=off good processor.max_cstate=1 good processor.max_cstate=2 bad Bye, -- Paolo Ornati Linux 2.6.35.4 on x86_64