[Intel-gfx] [PATCH 4/4] drm/i915: remove "inline" keyword from ironlake_disable_display_irq
Daniel Vetter
daniel at ffwll.ch
Thu Mar 28 13:55:32 CET 2013
On Fri, Feb 22, 2013 at 05:05:31PM -0300, Paulo Zanoni wrote:
> From: Paulo Zanoni <paulo.r.zanoni at intel.com>
>
> - It's a static function
> - I just added a few more users to it
> - Its sister ironlake_enable_display_irq is not marked as inline
> - The compiler will still inline if it thinks it should do
>
> Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
Queued for -next, thanks for the patch.
-Daniel
> ---
> drivers/gpu/drm/i915/i915_irq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
> index 98a57ed..f5213d8 100644
> --- a/drivers/gpu/drm/i915/i915_irq.c
> +++ b/drivers/gpu/drm/i915/i915_irq.c
> @@ -47,7 +47,7 @@ ironlake_enable_display_irq(drm_i915_private_t *dev_priv, u32 mask)
> }
> }
>
> -static inline void
> +static void
> ironlake_disable_display_irq(drm_i915_private_t *dev_priv, u32 mask)
> {
> if ((dev_priv->irq_mask & mask) != mask) {
> --
> 1.7.10.4
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
More information about the Intel-gfx
mailing list