]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: kill ivybridge_irq_postinstall
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 12 Jul 2013 23:01:56 +0000 (20:01 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Jul 2013 16:10:35 +0000 (18:10 +0200)
commitf279ed42867abc0e68eb60ccec428f1aaf6c243d
tree987912397b740ea46364dbc8b77b5520292c325d
parent81f6eef077622670c48e2272bd41c00eebe13ab0
drm/i915: kill ivybridge_irq_postinstall

It was very similar to ironlake_irq_postinstall, so IMHO merging both
functions results in a code that is easier to maintain.

With this change, all the irq handler vfuncs between ironlake and
ivybridge are now unified.

v2: Add "(" and ")" to make at least one vim user much happier (Chris)

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