From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH] drm/i915: Use a global lock for modifying global irq flags Date: Tue, 24 Apr 2012 14:05:25 -0700 Message-ID: <20120424140525.51344200@bwidawsk.net> References: <1335300527-8202-1-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cloud01.chad-versace.us (184-106-247-128.static.cloud-ips.com [184.106.247.128]) by gabe.freedesktop.org (Postfix) with ESMTP id D628C9EC90 for ; Tue, 24 Apr 2012 14:05:33 -0700 (PDT) In-Reply-To: <1335300527-8202-1-git-send-email-chris@chris-wilson.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, 24 Apr 2012 21:48:47 +0100 Chris Wilson wrote: > We were attempting to use a per-ring spinlock whilst modifying global > IRQ flags. A recipe for rare missed interrupts. > > Signed-off-by: Chris Wilson Regardless of whether or not this currently fixes anything, I need this for an upcoming patch. Acked-by: Ben Widawsky