Linux PCI subsystem development
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: Jiri Kosina <jkosina@suse.cz>, Yinghai Lu <yinghai@kernel.org>,
	Harald Arnesen <skogtun.linux@gmail.com>,
	Kernel development list <linux-kernel@vger.kernel.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Peter Hurley <peter@hurleysoftware.com>,
	Alan Stern <stern@rowland.harvard.edu>,
	Thomas Meyer <thomas@m3y3r.de>,
	Shawn Starr <shawn.starr@rogers.com>,
	USB list <linux-usb@vger.kernel.org>,
	linux-acpi@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, Imre Deak <imre.deak@intel.com>,
	Daniel Kurtz <djkurtz@chromium.org>,
	dri-devel@lists.freedesktop.org
Subject: Re: [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)
Date: Mon, 18 Mar 2013 19:57:32 +0000	[thread overview]
Message-ID: <20130318195728.GA3872@cantiga.alporthouse.com> (raw)
In-Reply-To: <20130318191903.GS9021@phenom.ffwll.local>

On Mon, Mar 18, 2013 at 08:19:03PM +0100, Daniel Vetter wrote:
> On Mon, Mar 18, 2013 at 10:12:49AM +0100, Jiri Kosina wrote:
> > On Fri, 15 Mar 2013, Yinghai Lu wrote:
> > 
> > > > Just a datapoint -- I have put a trivial debugging patch in place, and it
> > > > reveals that "nobody cared" for irq 16 happens long after last
> > > >
> > > >         I915_WRITE(GMBUS4 + reg_offset, 0);
> > > >
> > > > has been performed in gmbus_wait_hw_status(). On the other hand, if I
> > > > comment out both GMBUS4 register offset writes in gmbus_wait_hw_status(),
> > > > then it of course falls back to GPIO bit-banging, but the "nobody cared"
> > > > for irq 16 is gone.
> > > >
> > > > So it seems like something gets severely confused by the I915_WRITE to
> > > > GMBUS4 + reg_offset. So far this seems to have been reported solely on
> > > > Lenovos as far as I can see (although a completely different types), so it
> > > > might be some platform-specific quirk?
> > > >
> > > > Honestly, I still don't understand how all the GMBUS stuff relates to IRQ
> > > > 16 at all.
> > > 
> > > that device is using
> > > i915 0000:00:02.0: irq 44 for MSI/MSI-X
> > > 
> > > so can you try to boot with pci=nomsi?
> > 
> > Yes, switching from MSI to IO-APIC-fasteoi makes the report about lost 
> > interrupts go away.
> > 
> > My understanding from the other mail is that DAniel Vetter already has an 
> > idea what might be going wrong with IRQ acking on GM45 chipsets; hopefully 
> > this datapoint regarding MSI will fit into it.
> 
> Yep, there's a big comment in the irq handler for that chipset that we
> have a gaping race with when using MSI interrupts. Although the comment
> bodly claims that the race is small enough to avoid the dreaded "nobody
> cared" message. Looks like gmbus is good at hitting that race - on newer
> chips it already brought up a similar race in handling pch interrupts.
> 
> Can you please give the below patch a whirl? It removes the probably race
> msi race avoidance code and replaces it with the same trick Paulo used to
> fix pch irq handling races.

Still nobody cares about irq16.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

  reply	other threads:[~2013-03-18 19:57 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.44L0.1303082116310.28403-100000@netrider.rowland.org>
     [not found] ` <1362819234.1220.1.camel@localhost.localdomain>
2013-03-09 13:07   ` [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses) Peter Hurley
2013-03-13 21:35     ` Jiri Kosina
2013-03-14 14:51       ` Alan Stern
2013-03-14 14:56         ` Jiri Kosina
2013-03-14 15:18           ` Alan Stern
2013-03-14 15:39             ` Jiri Kosina
2013-03-14 15:47               ` Jiri Kosina
2013-03-14 16:10               ` Alan Stern
2013-03-14 16:13               ` Alan Stern
2013-03-14 16:09           ` Jiri Kosina
2013-03-14 16:42             ` Peter Hurley
2013-03-14 16:46             ` Rafael J. Wysocki
2013-03-14 17:06               ` Peter Hurley
2013-03-14 17:22                 ` Rafael J. Wysocki
2013-03-14 17:26                   ` Peter Hurley
2013-03-15  7:59                   ` Jiri Kosina
2013-03-15  9:20                     ` Harald Arnesen
2013-03-15 13:33                       ` Jiri Kosina
2013-03-15 13:33                         ` Jiri Kosina
2013-03-15 15:14                         ` Jiri Kosina
2013-03-15 19:14                           ` Yinghai Lu
2013-03-18  9:12                             ` Jiri Kosina
2013-03-18 18:57                               ` Yinghai Lu
2013-03-18 22:05                                 ` Jiri Kosina
2013-03-18 22:50                                   ` Yinghai Lu
2013-03-18 19:19                               ` Daniel Vetter
2013-03-18 19:57                                 ` Chris Wilson [this message]
2013-03-18 22:04                                 ` Jiri Kosina
2013-03-15 15:32                         ` Greg KH
2013-03-15 15:37                           ` Jiri Kosina
2013-03-15 15:47                             ` Greg KH
2013-03-15 16:21                               ` Jiri Kosina
2013-03-18  8:21                               ` Daniel Vetter
2013-03-18 15:56                                 ` [PATCH] drm/i915: stop using GMBUS IRQs on Gen4 chips (was Re: [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)) Jiri Kosina
2013-03-18 17:04                                   ` Chris Wilson
2013-03-19  8:56                                     ` Jiri Kosina
2013-03-19  9:03                                       ` Chris Wilson
2013-03-18 19:21                                   ` Daniel Vetter
2013-03-14 18:48       ` [3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses) Yinghai Lu
2013-03-18  7:14 Thomas Meyer

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=20130318195728.GA3872@cantiga.alporthouse.com \
    --to=chris@chris-wilson.co.uk \
    --cc=bhelgaas@google.com \
    --cc=djkurtz@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=imre.deak@intel.com \
    --cc=jkosina@suse.cz \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=peter@hurleysoftware.com \
    --cc=rjw@sisk.pl \
    --cc=shawn.starr@rogers.com \
    --cc=skogtun.linux@gmail.com \
    --cc=stern@rowland.harvard.edu \
    --cc=thomas@m3y3r.de \
    --cc=yinghai@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox