drm/i915: PM irq enabling is generic on gen8, too
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 15 Jul 2014 07:17:41 +0000 (09:17 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Jul 2014 05:05:27 +0000 (07:05 +0200)
commit6af257cde0c536f69872cd335f186c3fdaa5f26a
treed2c497d5408b8876d558120f2a010a066993f5aa
parent726a280deb03991f50c2ce1f7b815cf9cd0319ca
drm/i915: PM irq enabling is generic on gen8, too

No need to list all the platforms explicitly.

The prefix is a bit inconsistent since we usually pick gen8_ for GT
related functions. But this anti-pattern is already established with snb,
so material for a different patch.

Cc: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c