]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Name the lrc irq handler correctly
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Dec 2014 16:41:43 +0000 (17:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Dec 2014 08:54:05 +0000 (09:54 +0100)
commit3f7531c3b37d232122d5b7c8564d4ea800adaa88
treef7a866a1d05c7362ca6a95e502f1587509630bfb
parent1a2520582ec7e7f802a4a22b6ff6db8e49cf6929
drm/i915: Name the lrc irq handler correctly

We consistently use the _irq_handler postfix for functions called in
hardirq context. Especially when it's a non-static function hardirq is
a crazy enough calling context to warrant this level of ocd. So rename
it.

Cc: Thomas Daniel <thomas.daniel@intel.com>
Reviewed-by: Thomas Daniel <thomas.daniel@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_lrc.h