intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Adam Jackson <ajax@redhat.com>
To: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/gen4: Fix interrupt setup ordering
Date: Thu, 03 Jun 2010 17:31:22 -0400	[thread overview]
Message-ID: <1275600683.14943.21.camel@atropine.boston.devel.redhat.com> (raw)
In-Reply-To: <1274995605-4035-1-git-send-email-ajax@redhat.com>


[-- Attachment #1.1: Type: text/plain, Size: 928 bytes --]

On Thu, 2010-05-27 at 17:26 -0400, Adam Jackson wrote:
> Unmask, then enable interrupts, then enable interrupt sources; matches
> PCH ordering.  The old way (sources, enable, unmask) gives a window
> during which interrupt conditions would appear in ISR but would never
> reach IIR and thus never raise an IRQ.  Since interrupts only trigger
> on rising edges in ISR, this would lead to conditions where (for
> example) output hotplugging would never fire an interrupt because it
> was already stuck on in ISR.
> 
> Also, since we know IIR and PIPExSTAT have been cleared during
> irq_preinstall, don't clear them again during irq_postinstall, nothing
> good can come of that.
> 
> Signed-off-by: Adam Jackson <ajax@redhat.com>

Just to follow up, I've tested this (combined with the already-merged
VGA paranoia patch) on GM45.  Output hotplug still works and I'm no
longer seeing stuck bits in ISR.

- ajax

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2010-06-03 21:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-27 21:26 [PATCH] drm/i915/gen4: Fix interrupt setup ordering Adam Jackson
2010-06-03 21:31 ` Adam Jackson [this message]
2010-06-04 18:01   ` Eric Anholt

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=1275600683.14943.21.camel@atropine.boston.devel.redhat.com \
    --to=ajax@redhat.com \
    --cc=intel-gfx@lists.freedesktop.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;
as well as URLs for NNTP newsgroup(s).