]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Make ironlake_{enable,disable}_display_irq() static inlines
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 23 Nov 2015 16:06:16 +0000 (18:06 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Nov 2015 16:55:39 +0000 (18:55 +0200)
commitfbdedaeaa7e43f3cf57617b713926eade2535202
tree607630153a5ef160ff0c8d4755a091ef522a6d65
parent144432618e4f9f3d24eaa9de0a1b6a5bee00989e
drm/i915: Make ironlake_{enable,disable}_display_irq() static inlines

ironlake_{enable,disable}_display_irq() each just call
ilk_update_display_irq() so let's make them static inlines.

While at it s/ironlake/ilk/ to make things shorter, and a bit more
consistent with the ibx functions.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1448294777-13722-3-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_fifo_underrun.c