]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: kill Ivybridge vblank irq vfuncs
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 12 Jul 2013 23:00:08 +0000 (20:00 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Jul 2013 16:09:28 +0000 (18:09 +0200)
commit81f6eef077622670c48e2272bd41c00eebe13ab0
tree1309ae32a27a75912c67daae94b90e68bbfc536f
parentbb4b5d0860db7e8aebf9e599b60d80cf9d40381b
drm/i915: kill Ivybridge vblank irq vfuncs

The IVB funtions are exactly the same as the ILK ones, with the
exception of the bit register. So add IVB/HSW support to
ironlake_enable_vblank and ironlake_disable_vblank, then kill the
ivybridge functions.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_reg.h