]> git.baikalelectronics.ru Git - kernel.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)
commit11bf94f19ac0b5d4de1fe400b6791e359a0384b2
treef7a866a1d05c7362ca6a95e502f1587509630bfb
parent541f4300815e8e004f13e7e7909f663831d98b7b
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