All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Vasily Khoruzhick <anarsoul@gmail.com>
Cc: Venkatesh Pallipadi <venki@google.com>,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: Interrupt latency on some 945GM platforms
Date: Tue, 14 Sep 2010 11:52:57 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LFD.2.00.1009141149380.2416@localhost6.localdomain6> (raw)
In-Reply-To: <201009141109.41596.anarsoul@gmail.com>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1355 bytes --]

On Tue, 14 Sep 2010, Vasily Khoruzhick wrote:

> В сообщении от 14 of September 2010 03:55:32 автор Venkatesh Pallipadi 
> написал:
> 
> > Whats the clockevent in this case ("Tick Device" section of
> > /proc/timer_list). clocksource= option only changes the clocksource used
> > to maintain
> > timeofday. But, timer interrupt (clockevent) source will not change.
> > Wondering how just the clocksource change is making the diff here..
> > 
> > Also, if clocksource tsc has a higher rating than HPET. The reason
> > HPET is getting used as clocksource in the first place seems to be due
> > to TSC is not a dependable clocksource on this platform (may be it
> > stops in C3). So, I am not sure forcing it to tsc will be a good
> > thing. May be clocksource=acpi_pm is a better thing to try.
> > 
> > Thanks,
> > Venki
> 
> I investigated it a bit and found out that single nohz=off option helps. Just 
> changing clocksource doesn't help, but it works smoothly with any clocksource 
> with nohz=off. So, it seems that something wrong with intel driver while 
> system is in tickless mode. 

Can you try with NOHZ enabled and the following on the kernel command line:

    processor.max_cstate=1

Make sure that CONFIG_ACPI_PROCESSOR is set to "y" and not to "m"

If that works, then try

    processor.max_cstate=2

Thanks,

	tglx

  reply	other threads:[~2010-09-14  9:53 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13 20:36 vsync problems with recent graphics stack and 945gm Vasily Khoruzhick
2010-09-13 20:44 ` Jesse Barnes
2010-09-13 21:10   ` Vasily Khoruzhick
2010-09-13 21:19     ` Interrupt latency on some 945GM platforms Jesse Barnes
2010-09-13 21:19       ` Jesse Barnes
2010-09-13 21:41       ` Vasily Khoruzhick
2010-09-13 21:41         ` Vasily Khoruzhick
2010-09-13 21:46         ` Jesse Barnes
2010-09-13 21:46           ` Jesse Barnes
2010-09-13 21:52           ` Vasily Khoruzhick
2010-09-13 21:52             ` Vasily Khoruzhick
2010-09-13 21:59             ` Jesse Barnes
2010-09-13 21:59               ` Jesse Barnes
2010-09-13 22:03               ` Vasily Khoruzhick
2010-09-14  0:55                 ` Venkatesh Pallipadi
2010-09-14  8:09                   ` Vasily Khoruzhick
2010-09-14  8:09                     ` Vasily Khoruzhick
2010-09-14  9:52                     ` Thomas Gleixner [this message]
2010-09-14 12:29                       ` Vasily Khoruzhick
2010-09-14 12:29                         ` Vasily Khoruzhick
2010-09-14 22:41                         ` Sitsofe Wheeler
2010-09-15  7:07                           ` Vasily Khoruzhick
2010-09-15  7:07                             ` Vasily Khoruzhick
2010-09-16 15:03                           ` Vasily Khoruzhick
2010-09-16 15:03                             ` Vasily Khoruzhick
2010-09-16 18:07                             ` Thomas Gleixner
2010-09-16 18:30                               ` Vasily Khoruzhick
2010-09-16 18:30                                 ` Vasily Khoruzhick
2010-09-16 18:42                                 ` Vasily Khoruzhick
2010-09-16 18:50                                   ` Thomas Gleixner
2010-09-16 20:06                                     ` Vasily Khoruzhick
2010-09-24 19:39                                       ` Jesse Barnes
2010-09-24 19:48                                         ` Vasily Khoruzhick
2010-09-24 19:51                                           ` Jesse Barnes
2010-09-24 19:51                                             ` Jesse Barnes
2010-09-26 10:53                                             ` Stefan Biereigel
2010-09-27  0:46                                               ` Shaohua Li
2010-09-27  0:46                                                 ` Shaohua Li
2010-09-27  2:52                                                 ` Alexander Lam
2010-09-27  5:45                                                 ` Stefan Biereigel
2010-09-27 11:41                                                 ` Vasily Khoruzhick
2010-09-27 11:41                                                   ` Vasily Khoruzhick
2010-09-27 21:18                                               ` Vasily Khoruzhick
2010-09-27 21:18                                                 ` Vasily Khoruzhick
2010-09-30 20:23                                                 ` Alexander Lam
2010-09-25 10:25                                         ` Paolo Ornati
2010-09-17  9:02                             ` [Intel-gfx] " Simon Farnsworth
2010-09-17  9:02                               ` Simon Farnsworth
2010-09-17 16:30                               ` [Intel-gfx] " Jesse Barnes
2010-09-17 12:50                                 ` Vasily Khoruzhick
2010-09-17 12:50                                   ` Vasily Khoruzhick
2010-09-21 18:26                                   ` [Intel-gfx] " Paolo Ornati
2010-09-21 22:56                                     ` Jesse Barnes
2010-09-21 22:56                                       ` Jesse Barnes
2010-09-22  5:57                                       ` [Intel-gfx] " Vasily Khoruzhick
2010-09-23 18:21                                       ` Paolo Ornati
2010-09-25 10:28                                       ` Paolo Ornati
2010-10-16 15:54                                         ` [Intel-gfx] Interrupt latency on some 945GM platforms -- and TCP/IP silent data corruption? Paolo Ornati
2010-12-08 16:24                                     ` [PATCH] drm/i915: Use PM QoS to prevent C-state memory starvation of the GPU Chris Wilson
2010-12-08 16:44                                       ` Vasily Khoruzhick
2010-12-08 16:54                                         ` Chris Wilson
2010-12-08 17:00                                           ` Vasily Khoruzhick
2010-12-08 17:54                                             ` Andrew Lutomirski
2010-12-08 18:14                                               ` Vasily Khoruzhick
2010-12-08 18:19                                                 ` Andrew Lutomirski
2010-12-08 18:55                                                   ` Vasily Khoruzhick
     [not found]                                       ` <20110115113431.0e42f037@gmail.com>
2011-01-15 11:13                                         ` Chris Wilson
2010-09-24 18:41                             ` Interrupt latency on some 945GM platforms Jesse Barnes
2010-09-14  9:55                     ` Andi Kleen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.00.1009141149380.2416@localhost6.localdomain6 \
    --to=tglx@linutronix.de \
    --cc=anarsoul@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jbarnes@virtuousgeek.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=venki@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.