From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH 12/12] drm/i915: Remove unused and unloved vblank macros Date: Thu, 26 Apr 2012 22:58:03 +0200 Message-ID: <20120426205803.GN5156@phenom.ffwll.local> References: <1335304792-17636-1-git-send-email-chris@chris-wilson.co.uk> <1335304792-17636-12-git-send-email-chris@chris-wilson.co.uk> <20120425135524.0e87cc7a@jbarnes-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by gabe.freedesktop.org (Postfix) with ESMTP id E100E9E73D for ; Thu, 26 Apr 2012 13:57:04 -0700 (PDT) Received: by wgbdr1 with SMTP id dr1so40088wgb.12 for ; Thu, 26 Apr 2012 13:57:04 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20120425135524.0e87cc7a@jbarnes-desktop> 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: Jesse Barnes Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Wed, Apr 25, 2012 at 01:55:24PM -0700, Jesse Barnes wrote: > On Tue, 24 Apr 2012 22:59:52 +0100 > Chris Wilson wrote: > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/i915_irq.c | 11 ----------- > > 1 file changed, 11 deletions(-) > > > > diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c > > index a1150b7..d3500c7 100644 > > --- a/drivers/gpu/drm/i915/i915_irq.c > > +++ b/drivers/gpu/drm/i915/i915_irq.c > > @@ -37,17 +37,6 @@ > > #include "i915_trace.h" > > #include "intel_drv.h" > > > > -#define MAX_NOPID ((u32)~0) > > - > > -#define I915_PIPE_VBLANK_STATUS (PIPE_START_VBLANK_INTERRUPT_STATUS |\ > > - PIPE_VBLANK_INTERRUPT_STATUS) > > - > > -#define I915_PIPE_VBLANK_ENABLE (PIPE_START_VBLANK_INTERRUPT_ENABLE |\ > > - PIPE_VBLANK_INTERRUPT_ENABLE) > > - > > -#define DRM_I915_VBLANK_PIPE_ALL (DRM_I915_VBLANK_PIPE_A | \ > > - DRM_I915_VBLANK_PIPE_B) > > - > > /* For display hotplug interrupt */ > > static void > > ironlake_enable_display_irq(drm_i915_private_t *dev_priv, u32 mask) > > Yay. > > Reviewed-by: Jesse Barnes I've slurped in the entire series for -next, thanks for the patches and review. -Daniel -- Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48